fix(mobile): width of launcher bar items

This commit is contained in:
Elian Doran 2024-11-23 09:40:32 +02:00
parent 91d23bae8e
commit 14fa687b9c
No known key found for this signature in database

View File

@ -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))