mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
23 lines
305 B
CSS
23 lines
305 B
CSS
#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);
|
|
}
|