mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:54:58 -05:00
fix: remove extra padding on the topbar
This commit is contained in:
parent
00f8a1f33e
commit
e51a2ecd16
@ -47,7 +47,7 @@ export default function TopBar({ inter }: { inter: string }) {
|
||||
return (
|
||||
<>
|
||||
<SignedOut>
|
||||
<div className="mt-1 gap-1 grid grid-cols-6">
|
||||
<div className="mt-1 gap-1 grid grid-cols-5">
|
||||
<SignInPopoverButton className="col-span-2" variant="outline" />
|
||||
<Popover>
|
||||
<PopoverTrigger>
|
||||
@ -82,7 +82,7 @@ export default function TopBar({ inter }: { inter: string }) {
|
||||
</div>
|
||||
</SignedOut>
|
||||
<SignedIn>
|
||||
<div className="mt-1 grid grid-cols-5 gap-1">
|
||||
<div className="mt-1 grid grid-cols-4 gap-1">
|
||||
<Popover>
|
||||
<PopoverTrigger>
|
||||
<Button size="icon" variant="ghost" className="mb-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user