Files
logseq/src/main/frontend/components/window_controls.css
Konstantinos Kaloutas d7f8eda846 enhance: window title bar
2023-05-19 18:23:15 +03:00

15 lines
213 B
CSS

.window-controls {
position: fixed;
top: 0;
right: 0;
z-index: 10;
.button {
-webkit-app-region: no-drag;
background: transparent;
border-radius: 0;
width: 48px;
height: 48px;
}
}