From 7eea2e5aa084598544cdebf7e5976edc55e17dc8 Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 31 Dec 2024 10:30:40 -0700 Subject: [PATCH] Increase width of settings dialog on mobile (#2111) --- src/components/dialog/content/SettingDialogContent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dialog/content/SettingDialogContent.vue b/src/components/dialog/content/SettingDialogContent.vue index 641a1c459..b5711f232 100644 --- a/src/components/dialog/content/SettingDialogContent.vue +++ b/src/components/dialog/content/SettingDialogContent.vue @@ -297,6 +297,7 @@ watch(activeCategory, (_, oldValue) => { .settings-container { flex-direction: column; height: auto; + width: 80vw; } .settings-sidebar {