From e3301765f6c4cf8e0aaeba09e57fce6d29e745bf Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 19 Mar 2026 10:03:30 -0700 Subject: [PATCH] Match bottom nav arc curvature to top header arc Use same physical deflection (20px) as the top header's decorative arc so both curves have identical curvature radius. --- src/components/MobileBottomNav.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx index c6cb0a97..5e7ea828 100644 --- a/src/components/MobileBottomNav.tsx +++ b/src/components/MobileBottomNav.tsx @@ -45,13 +45,15 @@ export function MobileBottomNav() { )} > {/* Single unified background: arc + rectangle drawn as one SVG shape. + Arc uses 12/32 ratio matching the top header arc (viewBox 0 0 100 12, height 20px). No separate layers = no opacity overlap seam, no sub-pixel gap. */} - +