- {/* Content panel — rounded on all corners with slight inset to separate from sidebar */}
-
+ {/* Content panel — rounded corners, inset from edges. The left border doubles as the sidebar's right edge. */}
+
{children}
diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx
index 4fcbe2e..4f3b488 100644
--- a/components/dashboard/Sidebar.tsx
+++ b/components/dashboard/Sidebar.tsx
@@ -514,7 +514,7 @@ export default function Sidebar({
<>
{/* Desktop — ssr:false means this only renders on client, no hydration flash */}