From c33f3e11015a69834011485e930c5e0ab29e6098 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 20 Aug 2025 13:17:23 +0200 Subject: [PATCH] refactor Layout component for improved sidebar responsiveness --- frontend/src/layout/Layout.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/layout/Layout.tsx b/frontend/src/layout/Layout.tsx index c0e954b..ec0e586 100644 --- a/frontend/src/layout/Layout.tsx +++ b/frontend/src/layout/Layout.tsx @@ -14,16 +14,12 @@ const Layout: React.FC = ({ children, onLogout }) => { {/* Main */}
{/* Sidebar on mobile appears inline on top; on desktop it's a sticky column */} -
-
- -
- +
-
+