From f1c7a572a34c5937ddeab0476f1302ea227e879d Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Tue, 24 Mar 2026 11:21:50 +0000 Subject: [PATCH] [#491] Fix mobile footer layout and bottom nav safe-area spacing - Footer: add pb-20 on mobile for clearance above fixed bottom nav, stack layout vertically on small screens, pb-6 on desktop - MobileActionBar: add safe-area-inset-bottom padding so buttons don't overlap the home indicator on notched devices Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Footer.tsx | 6 +++--- src/components/MobileActionBar.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8d8cac9e..c09dc278 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,10 +6,10 @@ const GITHUB_URL = "https://github.com/realproject7/plotlink-contracts"; export function Footer() { return ( -