From b3c00fe6da5fba4293bb4ea87b60e056a3dc24fc Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Tue, 16 Jun 2026 05:18:14 -0400 Subject: [PATCH] fix(web): use fixed height for settings dialog instead of 80vh Avoid the dialog stretching to fill tall viewports (large empty space). Pin to 620px with max-h-[85vh] fallback and narrow width to 52rem. --- .../app/home/components/settings-dialog/SettingsDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/home/components/settings-dialog/SettingsDialog.tsx b/web/src/app/home/components/settings-dialog/SettingsDialog.tsx index f22fc779f..9b24b9e21 100644 --- a/web/src/app/home/components/settings-dialog/SettingsDialog.tsx +++ b/web/src/app/home/components/settings-dialog/SettingsDialog.tsx @@ -116,7 +116,7 @@ export default function SettingsDialog({ }} > @@ -128,7 +128,7 @@ export default function SettingsDialog({ @@ -154,7 +154,7 @@ export default function SettingsDialog({ -
+
{/* Mobile section switcher (sidebar is hidden on small screens) */}
{navItems.map((item) => (