fix: align AppLauncher with collapse toggle — pt-1.5 on both sides

This commit is contained in:
Usman Baig
2026-03-25 16:47:42 +01:00
parent e39c10d50f
commit 24858030ba

View File

@@ -361,7 +361,7 @@ function SidebarContent({
return (
<div className="flex flex-col h-full overflow-hidden">
{/* App Switcher — top of sidebar (scope-level switch) */}
<div className="flex items-center gap-2.5 px-[14px] pt-3 pb-1 shrink-0 overflow-hidden">
<div className="flex items-center gap-2.5 px-[14px] pt-1.5 pb-1 shrink-0 overflow-hidden">
<span className="w-9 h-9 flex items-center justify-center shrink-0">
<AppLauncher apps={CIPHERA_APPS} currentAppId="pulse" anchor="right" />
</span>