Skip to content

Commit b632fe3

Browse files
committed
chore: merge branch 'feature/provenance' of https://github.com/AscaL/npmx.dev into feature/provenance
2 parents fed4af5 + a7b1e22 commit b632fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Header/AccountMenu.client.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ function openAuthModal() {
5555
</script>
5656

5757
<template>
58-
<div ref="accountMenuRef" class="relative">
58+
<div ref="accountMenuRef" class="relative flex min-w-24 justify-end">
5959
<button
6060
type="button"
61-
class="relative flex items-center justify-end gap-2 px-2 py-1.5 min-w-24 rounded-md transition-colors duration-200 hover:bg-bg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
61+
class="relative flex items-center gap-2 px-2 py-1.5 rounded-md transition-colors duration-200 hover:bg-bg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
6262
:aria-expanded="isOpen"
6363
aria-haspopup="true"
6464
@click="isOpen = !isOpen"

0 commit comments

Comments
 (0)