From 3e0be782c4afb725a607518563a00d85561a54c3 Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Mon, 2 Mar 2026 17:13:54 -0800 Subject: [PATCH] Make sidebar collapse toggle more prominent Made-with: Cursor --- components/layout/vibn-sidebar.tsx | 49 +++++++++++------------------- 1 file changed, 18 insertions(+), 31 deletions(-) diff --git a/components/layout/vibn-sidebar.tsx b/components/layout/vibn-sidebar.tsx index a1172d7..2bf5022 100644 --- a/components/layout/vibn-sidebar.tsx +++ b/components/layout/vibn-sidebar.tsx @@ -99,7 +99,7 @@ export function VIBNSidebar({ workspace }: VIBNSidebarProps) { {/* Logo row */}
- {/* Collapse toggle — only visible in expanded mode, or as a tiny button in collapsed */} - {!collapsed && ( - - )} -
- - {/* Expand button shown in collapsed mode */} - {collapsed && ( + {/* Collapse / expand toggle */} - )} + {/* Top nav */}