diff --git a/src/qml/Main.qml b/src/qml/Main.qml index 606654f..0ba3ae9 100644 --- a/src/qml/Main.qml +++ b/src/qml/Main.qml @@ -72,6 +72,7 @@ Window { Loader { sourceComponent: sideMenuComponent Layout.fillHeight: true + Layout.fillWidth: root.isPhone } Loader { sourceComponent: mainPanelComponent diff --git a/src/qml/SideMenu.qml b/src/qml/SideMenu.qml index 20b95a3..d7a2047 100644 --- a/src/qml/SideMenu.qml +++ b/src/qml/SideMenu.qml @@ -13,7 +13,7 @@ import Mirai Rectangle { color: MiraiColorPalette.pane - implicitWidth: childrenRect.width + 20 + implicitWidth: childrenRect.width + 20 + 30 ColumnLayout { anchors.top: parent.top