mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
note title gets overflown by long content
This commit is contained in:
@@ -98,11 +98,9 @@ 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()
|
||||
.child(new FlexContainer('row').overflowing().filling()
|
||||
.css('font-size', 'larger')
|
||||
.css('align-items', 'center')
|
||||
.css('position', 'fixed')
|
||||
.css('top', 0)
|
||||
.child(new MobileDetailMenuWidget())
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new CloseDetailButtonWidget()))
|
||||
@@ -111,7 +109,6 @@ export default class MobileLayout {
|
||||
.child(
|
||||
new NoteDetailWidget()
|
||||
.css('padding', '5px 20px 10px 0')
|
||||
.css('margin-top', '55px')
|
||||
.css('contain', 'content')
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user