Skip to content

Commit

Permalink
fix(ui): spacing of user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed May 17, 2024
1 parent 9979145 commit 70bca50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/layouts/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ export default function Layout(props: PropsWithChildren) {
</nav>

<Menu as="div" className="relative">
<Menu.Button className="flex w-full items-center gap-x-4 overflow-hidden p-1.5 py-3 pl-6 pr-10 text-sm font-semibold text-gray-900 hover:bg-gray-50">
<Menu.Button className="flex w-full items-center gap-x-2 overflow-hidden p-1.5 py-3 pl-6 pr-8 text-sm font-semibold text-gray-900 hover:bg-gray-50">
<span className="sr-only">Open user menu</span>
<Avatar className="h-8 w-8">
<Avatar className="h-7 w-7">
<AvatarImage src={session.data?.user?.image ?? undefined} />
<AvatarFallback>
{session.data?.user?.name
Expand Down

0 comments on commit 70bca50

Please sign in to comment.