From a8824e386414777567200bee188a7cacbfe0bc04 Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Mon, 21 Apr 2025 19:00:27 +0300 Subject: [PATCH] sidebar: adapt sidebar to mobile display --- frontend/src/App.tsx | 6 ++--- frontend/src/components/Footer.tsx | 2 +- frontend/src/components/Sidebar.tsx | 40 +++++++++++++++++------------ frontend/src/components/Tooltip.tsx | 5 ++-- 4 files changed, 30 insertions(+), 23 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 72e9f4a..361992a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -25,11 +25,11 @@ function App() {
-
-
+
+
-
+
} /> diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index ebf0fe4..beb23fe 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -4,7 +4,7 @@ const Footer = () => { const currentYear = new Date().getFullYear() return ( -