From afebaf4c534b69fe1f321e53507f53d56a969d10 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 27 Mar 2026 15:46:20 +0100 Subject: [PATCH] fix(#91): add px-4 base padding and fix admin tab overflow at 320px Home and Admin had no horizontal padding below the sm breakpoint (640px), causing content to bleed to viewport edges. Admin's flex justify-between row with h1 + 4 tab buttons overflowed by ~110px at 320px. - +page.svelte: add px-4 to
(sm:px-6 lg:px-8 unchanged) - admin/+page.svelte: add px-4 to outer container; stack header row vertically on mobile (flex-col sm:flex-row); reduce tab button padding to px-2 on mobile (sm:px-4 on desktop) Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/+page.svelte | 2 +- frontend/src/routes/admin/+page.svelte | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 7fff1e51..51146422 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -67,7 +67,7 @@ $effect(() => { }); -
+
-
-
+
+

{m.admin_heading()}