From c678d63d02bae946f1601957fccbcaec7e1d1221 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 4 Jan 2025 14:29:02 +0200 Subject: [PATCH] style(legacy): status bar color on mobile tablet --- src/public/stylesheets/style.css | 5 +++++ src/public/stylesheets/theme-next/shell.css | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 84f77d391..29352748e 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1214,6 +1214,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { @media (min-width: 992px) { body.mobile #root-widget { flex-direction: column-reverse !important; + background-color: var(--launcher-pane-background-color); } #mobile-sidebar-wrapper { @@ -1221,6 +1222,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { background-color: var(--left-pane-background-color) !important; } + #mobile-rest-container { + background-color: var(--root-background); + } + #detail-container { background: var(--main-background-color); } diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 147f2aa36..c63dcf1d8 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -19,16 +19,6 @@ background-color: var(--root-background); } -@media (min-width: 992px) { - body.mobile #root-widget { - background-color: var(--launcher-pane-background-color); - } - - body.mobile #mobile-rest-container { - background-color: var(--root-background); - } -} - body { --native-titlebar-darwin-x-offset: 10; --native-titlebar-darwin-y-offset: 17 !important;