mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
fix(mobile): padding for the title
This commit is contained in:
@@ -143,6 +143,7 @@ export default class MobileLayout {
|
||||
.contentSized()
|
||||
.css("position: relative;")
|
||||
.css("top: 5px;")
|
||||
.optCss(launcherPaneIsHorizontal, "padding-left", "0.5em")
|
||||
)
|
||||
.optChild(launcherPaneIsHorizontal, new MobileDetailMenuWidget(true).contentSized())
|
||||
.child(new CloseDetailButtonWidget().contentSized()))
|
||||
|
||||
Reference in New Issue
Block a user