fix: reduce top bar padding — pt-1.5 instead of pt-3

This commit is contained in:
Usman Baig
2026-03-25 16:44:42 +01:00
parent 953d828cd9
commit e39c10d50f

View File

@@ -38,7 +38,7 @@ function GlassTopBar({ siteId }: { siteId: string }) {
}, [realtime])
return (
<div className="hidden md:flex items-center justify-between shrink-0 px-3 pt-3 pb-1">
<div className="hidden md:flex items-center justify-between shrink-0 px-3 pt-1.5 pb-1">
{/* Collapse toggle — mirrors sidebar AppLauncher row sizing for pixel alignment */}
<button
onClick={toggle}