style(next): fix title bar background

This commit is contained in:
Elian Doran
2024-12-01 21:12:06 +02:00
parent 8135fa09c3
commit 29fb9f426f

View File

@@ -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);