diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 79ccc59b2..3ebf2b83f 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -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);