fix(#91): add px-4 base padding and fix admin tab overflow at 320px #106
Reference in New Issue
Block a user
Delete Branch "feature/91-fix-horizontal-scroll-320px"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #91
Summary
sm(640px) —sm:px-6 lg:px-8with no mobile base caused content to bleed edge-to-edgeflex justify-betweenwith h1 + 4 tab buttons) overflowed by ~110px at 320px viewport+page.svelte: addedpx-4base to<main>+page.svelte: addedpx-4base to outer container; header row now stacks vertically on mobile (flex-col sm:flex-row); tab button padding reduced topx-2on mobile (sm:px-4on desktop)Test plan
9bf88b3321toafebaf4c53