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])
|
}, [realtime])
|
||||||
|
|
||||||
return (
|
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 */}
|
{/* Collapse toggle — mirrors sidebar AppLauncher row sizing for pixel alignment */}
|
||||||
<button
|
<button
|
||||||
onClick={toggle}
|
onClick={toggle}
|
||||||
|
|||||||
Reference in New Issue
Block a user