From 4d759bf4941bc9ac71137dd713a3f7ac21dd40f3 Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Sat, 6 Jun 2026 22:13:58 +0300 Subject: [PATCH] refactor: remove fixed width from sidebar to improve responsiveness --- components/layout/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/sidebar.tsx b/components/layout/sidebar.tsx index 59b84af..81dc7a4 100644 --- a/components/layout/sidebar.tsx +++ b/components/layout/sidebar.tsx @@ -24,7 +24,7 @@ export function Sidebar() { const pathname = usePathname(); return ( -