mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
optimize initial render
This commit is contained in:
@@ -111,7 +111,7 @@ export default class MobileLayout {
|
||||
.child(new ScreenContainer("detail", "column")
|
||||
.class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-7 col-md-8 col-lg-8")
|
||||
.css('max-height', '100%')
|
||||
.child(new FlexContainer('row').overflowing().contentSized()
|
||||
.child(new FlexContainer('row').contentSized()
|
||||
.css('font-size', 'larger')
|
||||
.css('align-items', 'center')
|
||||
.child(new MobileDetailMenuWidget().contentSized())
|
||||
@@ -124,7 +124,6 @@ export default class MobileLayout {
|
||||
.child(
|
||||
new ScrollingContainer()
|
||||
.filling()
|
||||
.overflowing()
|
||||
.contentSized()
|
||||
.child(
|
||||
new NoteDetailWidget()
|
||||
|
||||
Reference in New Issue
Block a user