mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 21:42:15 +08:00
style(mobile): improve content background
This commit is contained in:
parent
a3ac2629e9
commit
c130d77a74
@ -137,6 +137,7 @@ export default class MobileLayout {
|
||||
.child(new NoteTreeWidget()
|
||||
.cssBlock(FANCYTREE_CSS))))
|
||||
.child(new ScreenContainer("detail", "column")
|
||||
.id("detail-container")
|
||||
.class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-7 col-md-8 col-lg-9")
|
||||
.css("padding-left", "0")
|
||||
.css("padding-right", "0")
|
||||
|
@ -1218,6 +1218,11 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
|
||||
#mobile-sidebar-wrapper {
|
||||
transform: none !important;
|
||||
background-color: var(--left-pane-background-color) !important;
|
||||
}
|
||||
|
||||
#detail-container {
|
||||
background: var(--main-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user