mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(next): fix title bar background
This commit is contained in:
parent
8135fa09c3
commit
29fb9f426f
@ -347,6 +347,10 @@
|
|||||||
background-color: var(--root-background);
|
background-color: var(--root-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.layout-vertical {
|
||||||
|
--native-titlebar-background: var(--root-background);
|
||||||
|
}
|
||||||
|
|
||||||
body.layout-horizontal {
|
body.layout-horizontal {
|
||||||
--launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
|
--launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
|
||||||
--launcher-pane-size: var(--launcher-pane-horizontal-size);
|
--launcher-pane-size: var(--launcher-pane-horizontal-size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user