mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
2e3220e2e9
commit
5083d38bdb
2 changed files with 6 additions and 1 deletions
|
|
@ -185,6 +185,7 @@
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 64px;
|
||||
}
|
||||
|
||||
.darwin #min,
|
||||
|
|
@ -192,6 +193,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.darwin .drag {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #1e1e1e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue