mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
feat(mobile): change context menu icon on horizontal layout
This commit is contained in:
@@ -138,13 +138,13 @@ export default class MobileLayout {
|
||||
.child(new FlexContainer('row').contentSized()
|
||||
.css('font-size', 'larger')
|
||||
.css('align-items', 'center')
|
||||
.optChild(!launcherPaneIsHorizontal, new MobileDetailMenuWidget().contentSized())
|
||||
.optChild(!launcherPaneIsHorizontal, new MobileDetailMenuWidget(false).contentSized())
|
||||
.child(new NoteTitleWidget()
|
||||
.contentSized()
|
||||
.css("position: relative;")
|
||||
.css("top: 5px;")
|
||||
)
|
||||
.optChild(launcherPaneIsHorizontal, new MobileDetailMenuWidget().contentSized())
|
||||
.optChild(launcherPaneIsHorizontal, new MobileDetailMenuWidget(true).contentSized())
|
||||
.child(new CloseDetailButtonWidget().contentSized()))
|
||||
.child(new SharedInfoWidget())
|
||||
.child(new FloatingButtons()
|
||||
|
||||
Reference in New Issue
Block a user