fix: improve mobile layout for website and fix docs sidebar on mobile#4379
fix: improve mobile layout for website and fix docs sidebar on mobile#4379NathanFlurry merged 1 commit intomainfrom
Conversation
- Fix docs sidebar not appearing in mobile hamburger menu by passing sidebar data through layout and rendering Tree component - Reduce excessive section padding on mobile (py-16 md:py-48) for 5 marketing sections - Improve footer mobile layout with single-column grid on narrow screens - Fix Features section grid to skip three-column layout (1 → 2 → 4 columns only) - Fix TypeScript error in KV operations by adding missing key label types Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
🚅 Deployed to the rivet-pr-4379 environment in rivet-frontend
|
|
PR Review Overall this is a clean, well-scoped mobile UX improvement. Unrelated Change The Header / Docs Sidebar on Mobile The approach of passing
Section Padding The BuiltInFeatures Grid Removing Footer The custom breakpoint No blocking issues. The mobile sidebar fix is the meaningful change here and the implementation looks correct. |
Description
Improves mobile layout across the website and fixes the docs sidebar navigation not appearing in the mobile hamburger menu. These changes address viewport issues at 375px width and provide a better mobile experience overall.
Changes
py-48) to 48px (py-16) on mobile, only expanding to 192px on desktopType of change
How Has This Been Tested?
Tested at 375px viewport width:
Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com