diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index d7d6a8a..c8fd688 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -31,6 +31,26 @@ export default function Sidebar({ collapsed, onToggle }: SidebarProps) { className="fixed left-0 top-0 z-50 h-screen overflow-hidden flex flex-col py-6" style={{ width: `${width}px`, backgroundColor: '#0A0B0D' }} > + {/* Collapse Toggle — floating on the sidebar/content edge, vertically centered */} + + {/* Logo — prominent, centered at top. Blend mode hides the baked-in dark background of the source PNG so only the gold arc shows. */}
@@ -84,15 +104,6 @@ export default function Sidebar({ collapsed, onToggle }: SidebarProps) { })} - {/* Collapse Toggle */} - - {/* System Status — rounded block, fits inside nav with breathing room */}