style(next): fix title bar background

pull/702/head
Elian Doran 2024-12-01 21:12:06 +07:00
parent 8135fa09c3
commit 29fb9f426f
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -347,6 +347,10 @@
background-color: var(--root-background);
}
body.layout-vertical {
--native-titlebar-background: var(--root-background);
}
body.layout-horizontal {
--launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
--launcher-pane-size: var(--launcher-pane-horizontal-size);