From e80930b6844878366eea12adedef03bd84178338 Mon Sep 17 00:00:00 2001 From: Catubba <40827997+catubba@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:35:56 +0200 Subject: [PATCH] feat(ui): stack the settings nav into a 2-column grid below 900px --- frontend/src/pages/Settings.tsx | 20 ++++--------- frontend/src/responsive.css | 53 +++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 15 deletions(-) diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index c1cf537..3f32399 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -24,18 +24,14 @@ export function Settings(_props: { onClose: () => void }) { const [tab, setTab] = useState('localization') return ( -
+