Files
desktop-app/public/css/windows.css
2015-09-24 13:13:57 +08:00

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);
}