mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 07:00:53 +00:00
22 lines
292 B
Plaintext
22 lines
292 B
Plaintext
#winTool {
|
|
right: 0;
|
|
left: auto;
|
|
display: none;
|
|
}
|
|
.drag {
|
|
left: 0;
|
|
right: 40px;
|
|
display: none;
|
|
}
|
|
body #container {
|
|
margin: 0 auto;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
html, body {
|
|
overflow: hidden;
|
|
border-radius: 0;
|
|
background-color: rgba(247, 249, 250, 0.99);
|
|
} |