From 5a3a31ff1c2909b7504fad77ef3f70c1d9c9b9fb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 5 Jan 2025 18:26:26 +0200 Subject: [PATCH] style(next): fix background for launcher pane --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 35358fea4..4a904ae57 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -120,7 +120,7 @@ body.layout-horizontal > .horizontal { background: var(--launcher-pane-background-color); } - #launcher-pane { + body.mobile #launcher-pane { background: transparent !important; } }