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 {