mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(legacy): status bar color on mobile tablet
This commit is contained in:
parent
c130d77a74
commit
c678d63d02
@ -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);
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user