mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
15 lines
213 B
CSS
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;
|
|
}
|
|
}
|