From 496abfde53cfc6cf88e9f62214c25e705af814a4 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 9 Mar 2025 10:48:27 -0700 Subject: [PATCH] Fix settings content not visible on large font sizes (#2940) --- src/components/dialog/content/SettingDialogContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/content/SettingDialogContent.vue b/src/components/dialog/content/SettingDialogContent.vue index 482ec0127f..02296d826a 100644 --- a/src/components/dialog/content/SettingDialogContent.vue +++ b/src/components/dialog/content/SettingDialogContent.vue @@ -289,7 +289,7 @@ watch(activeCategory, (_, oldValue) => { display: flex; height: 70vh; width: 60vw; - max-width: 1024px; + max-width: 64rem; overflow: hidden; }