From b0983e5a3fb2f5f45e18e307d286d22765d75fed Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 16:52:40 +0100 Subject: [PATCH] style: glassy transparency on sidebar and content header Apply the same backdrop-blur-2xl + semi-transparent bg treatment from the AppLauncher dropdown to the sidebar and content header. Matches the Ciphera design language: bg-white/70 dark:bg-neutral-900/70 with supports-[backdrop-filter] progressive enhancement. Soften all borders to /60 opacity. --- components/dashboard/ContentHeader.tsx | 2 +- components/dashboard/Sidebar.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/ContentHeader.tsx b/components/dashboard/ContentHeader.tsx index 26ba486..2f4a47f 100644 --- a/components/dashboard/ContentHeader.tsx +++ b/components/dashboard/ContentHeader.tsx @@ -69,7 +69,7 @@ export default function ContentHeader({ } return ( -
+
{/* Left: mobile hamburger */}