From e37c39548d5cea161a69312f8341e199e2615222 Mon Sep 17 00:00:00 2001 From: arDTDev Date: Sun, 21 Dec 2025 22:13:10 +0900 Subject: [PATCH] Refactor layout for mobile responsiveness: Sidebar becomes Topbar on mobile --- App.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/App.tsx b/App.tsx index 102e0cb..636bf84 100644 --- a/App.tsx +++ b/App.tsx @@ -126,21 +126,21 @@ const App: React.FC = () => { }; return ( -
+
- {/* Sidebar */} -
-
-
+ {/* Sidebar / Topbar */} +
+
+
J
JBD Tool
-
{/* Main Content Area */}