mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
style(mobile): improve content background
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user