From ecf860c3a7fab98e8f86ef6828f02ba88c523bcd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:43:37 +0100 Subject: [PATCH] Update sidebar collapse button styling and structure --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 23764df..9448dca 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1443,15 +1443,15 @@ export default function App() {
{sidebarCollapsed ? ( -
+
) : null}