Parent Issue
Part of #74 — More controls for media in lightbox
Problem
Nav buttons currently sit inside .mainArea and reposition when media aspect ratios change between posts, causing the user to "chase" the button.
Proposed Design
- Replace the current
‹ / › buttons with full-height click zones spanning the left/right edges of .mainArea, separate from and layered over the media
- Zones should be visually subtle: transparent by default, with a slight gradient reveal + chevron icon on hover
- Zone width: ~60px desktop, ~44px mobile (minimum touch target)
- Zones sit in front of the media but behind the controls bar and sidebar
Acceptance Criteria
Edge Cases
- On desktop, zones stop at the sidebar edge — they don't extend behind it
- On mobile with the bottom sheet open, zones don't extend into the bottom sheet area
- Touch targets are at least 44×44px per accessibility guidelines
Parent Issue
Part of #74 — More controls for media in lightbox
Problem
Nav buttons currently sit inside
.mainAreaand reposition when media aspect ratios change between posts, causing the user to "chase" the button.Proposed Design
‹/›buttons with full-height click zones spanning the left/right edges of.mainArea, separate from and layered over the mediaAcceptance Criteria
isPageLoadingEdge Cases