From 29fb9f426f9d13e828f384ba70d0695c331e08f3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Dec 2024 21:12:06 +0200 Subject: [PATCH] style(next): fix title bar background --- src/public/stylesheets/theme-next.css | 4 ++++ 1 file changed, 4 insertions(+) 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);