mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
mobile layout fixes
This commit is contained in:
@@ -11,9 +11,11 @@ export default class MobileLayout {
|
||||
.id('root-widget')
|
||||
.css('height', '100vh')
|
||||
.child(new FlexContainer('column')
|
||||
.class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-5 col-md-4 col-lg-4 col-xl-4")
|
||||
.child(new MobileGlobalButtonsWidget())
|
||||
.child(new NoteTreeWidget()))
|
||||
.child(new FlexContainer('column')
|
||||
.class("d-none d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-7 col-md-8 col-lg-8")
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new NoteDetailWidget()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user