UI/UX: Compact the AppShell header #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
The AppShell header consumes ~65px of vertical space due to generous padding and spacing. Every pixel of vertical chrome reduces the number of data rows visible on screen.
Current Values (
AppShell.tsx)1rem 2rem(16px vertical, 32px horizontal)1.5rem(24px between links)0.5rem 1rem(8px/16px per link)1.5rem0.35rem 0.75remProposed Changes
1rem 2remto0.5rem 1.5rem1.5remto0.75rem0.5rem 1remto0.35rem 0.75rem1.5remto1.25remImpact
MEDIUM — Saves ~20px vertical space on every page. Combined with other density improvements, this helps fit significantly more data rows on screen.
Files
web/src/components/AppShell.tsx