style(legacy): status bar color on mobile tablet

This commit is contained in:
Elian Doran 2025-01-04 14:29:02 +02:00
parent c130d77a74
commit c678d63d02
No known key found for this signature in database
2 changed files with 5 additions and 10 deletions

View File

@ -1214,6 +1214,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
@media (min-width: 992px) { @media (min-width: 992px) {
body.mobile #root-widget { body.mobile #root-widget {
flex-direction: column-reverse !important; flex-direction: column-reverse !important;
background-color: var(--launcher-pane-background-color);
} }
#mobile-sidebar-wrapper { #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; background-color: var(--left-pane-background-color) !important;
} }
#mobile-rest-container {
background-color: var(--root-background);
}
#detail-container { #detail-container {
background: var(--main-background-color); background: var(--main-background-color);
} }

View File

@ -19,16 +19,6 @@
background-color: var(--root-background); 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 { body {
--native-titlebar-darwin-x-offset: 10; --native-titlebar-darwin-x-offset: 10;
--native-titlebar-darwin-y-offset: 17 !important; --native-titlebar-darwin-y-offset: 17 !important;