fix: reduce top bar padding — pt-1.5 instead of pt-3
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user