fix(ui): remove redundant app-shell top gap (#1480) #225
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Follow-up to the batch-4 live review. Removes the double-offset that put a large empty band at the top of every view:
.fc-contentpadded 64px to clear the navbar, butTopNavisposition: stickyand already reserves its own space — the 64px was a fixed-navbar leftover. Content now flows directly under the sticky nav (and the full-height Explore/Subscriptions views no longer overflow). Frontend-only, no migration. CI-green ondev447bf73.🤖 Generated with Claude Code