style: reduce glass transparency to 90% opacity
Sidebar and content header were too transparent — content bled through. Bump from bg-*/70 to bg-*/90 with backdrop-blur-xl for a subtle glass effect that's still readable.
This commit is contained in:
@@ -290,7 +290,7 @@ export default function Sidebar({
|
||||
<>
|
||||
{/* Desktop — width transitions, internal layout never changes */}
|
||||
<aside
|
||||
className="hidden md:flex flex-col shrink-0 border-r border-neutral-200/60 dark:border-neutral-800/60 bg-white/70 dark:bg-neutral-900/70 backdrop-blur-2xl supports-[backdrop-filter]:bg-white/50 dark:supports-[backdrop-filter]:bg-neutral-900/50 overflow-hidden"
|
||||
className="hidden md:flex flex-col shrink-0 border-r border-neutral-200/60 dark:border-neutral-800/60 bg-white/90 dark:bg-neutral-900/90 backdrop-blur-xl overflow-hidden"
|
||||
style={{ width: collapsed ? COLLAPSED : EXPANDED, transition: 'width 200ms cubic-bezier(0.4, 0, 0.2, 1)' }}
|
||||
>
|
||||
{sidebarContent(false)}
|
||||
|
||||
Reference in New Issue
Block a user