Skip to content

Commit 219e454

Browse files
committed
chore: adjust padding and roundness on connect menu items
1 parent bcee3c3 commit 219e454

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/HeaderAccountMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function handleModalOpen() {
130130
leave-to-class="opacity-0 translate-y-1"
131131
>
132132
<div v-if="isOpen" class="absolute inset-ie-0 top-full pt-2 w-72 z-50" role="menu">
133-
<div class="bg-bg-elevated border border-border rounded-lg shadow-lg overflow-hidden">
133+
<div class="bg-bg-elevated border border-border rounded-lg shadow-lg overflow-hidden px-1">
134134
<!-- Connected accounts section -->
135135
<div v-if="hasAnyConnection" class="py-1">
136136
<!-- npm CLI connection -->
@@ -206,7 +206,7 @@ function handleModalOpen() {
206206
v-if="!isNpmConnected"
207207
type="button"
208208
role="menuitem"
209-
class="w-full px-3 py-2.5 flex items-center gap-3 hover:bg-bg-subtle transition-colors text-start"
209+
class="w-full px-3 py-2.5 flex items-center gap-3 hover:bg-bg-subtle transition-colors text-start rounded-md"
210210
@click="openConnectorModal"
211211
>
212212
<span class="w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center">
@@ -234,7 +234,7 @@ function handleModalOpen() {
234234
id="auth-modal-trigger"
235235
type="button"
236236
role="menuitem"
237-
class="w-full px-3 py-2.5 flex items-center gap-3 hover:bg-bg-subtle transition-colors text-start"
237+
class="w-full px-3 py-2.5 flex items-center gap-3 hover:bg-bg-subtle transition-colors text-start rounded-md"
238238
@click="handleModalOpen"
239239
>
240240
<span class="w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center">

0 commit comments

Comments
 (0)