mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 21:42:15 +08:00
fix(mobile): width of launcher bar items
This commit is contained in:
parent
91d23bae8e
commit
14fa687b9c
@ -120,6 +120,7 @@ export default class MobileLayout {
|
||||
.cssBlock(MOBILE_CSS)
|
||||
.child(new FlexContainer(launcherPaneIsHorizontal ? "row" : "column")
|
||||
.id("launcher-pane")
|
||||
.class(launcherPaneIsHorizontal ? "horizontal" : "vertical")
|
||||
.css(launcherPaneIsHorizontal ? "height" : "width", "53px")
|
||||
.child(new GlobalMenuWidget(launcherPaneIsHorizontal))
|
||||
.child(new LauncherContainer(launcherPaneIsHorizontal))
|
||||
|
Loading…
x
Reference in New Issue
Block a user