Changelog 2026-03-04 (Mobile Nav Ergonomics Pass 6)
Changed
- Increased nav chip spacing and horizontal rail padding to reduce cramped taps.
- Added inline scroll padding so first/last items align cleanly when snapped.
- Switched to
scroll-snap-type: x mandatoryand enabledscroll-snap-stop: alwaysfor more predictable swiping. - Added
overscroll-behavior-x: containto reduce horizontal-vs-vertical gesture conflict. - Strengthened edge gradient overflow hints and widened their visible range.
- Added a subtle pressed-state feedback on nav chips for touch confirmation.
Why
- Make one-handed mobile navigation more predictable, comfortable, and discoverable without changing content structure.