From c912efc8827efb38cf49f4d6be57e3fabbd11579 Mon Sep 17 00:00:00 2001 From: icy Date: Tue, 4 Nov 2025 01:29:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20Add=20proper=20top=20padding=20to=20prev?= =?UTF-8?q?ent=20HeaderBar=20overlap=20on=20all=20main=20app=20pages=20Mat?= =?UTF-8?q?ch=20main=20app=20layout=20with=20proven=20working=20/competiti?= =?UTF-8?q?on=20route=20layout:=20-=20Use=20px-6=20py-6=20pt-24=20padding?= =?UTF-8?q?=20(same=20as=20/competition=20route)=20-=20Ensures=20HeaderBar?= =?UTF-8?q?=20doesn't=20overlap=20content=20on=20/traders=20and=20/dashboa?= =?UTF-8?q?rd=20pages=20-=20Provides=20consistent=206rem=20(96px)=20top=20?= =?UTF-8?q?clearance=20for=20fixed=20positioned=20HeaderBar=20-=20Removes?= =?UTF-8?q?=20responsive=20padding=20variants=20that=20differed=20from=20c?= =?UTF-8?q?ompetition=20page=20This=20fixes=20header=20overlap=20issues=20?= =?UTF-8?q?across=20all=20main=20application=20routes.=20=F0=9F=A4=96=20Ge?= =?UTF-8?q?nerated=20with=20[Claude=20Code](https://claude.ai/code)=20Co-A?= =?UTF-8?q?uthored-By:=20tinkle-community=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index d64991b3..3871bdc7 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -298,7 +298,7 @@ function App() { /> {/* Main Content */} -
+
{currentPage === 'competition' ? ( ) : currentPage === 'traders' ? (