File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments