File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ onClickOutside(containerRef, () => {
266266 <div
267267 v-if =" isInputFocused && (navigableItems.length > 0 || isSearching)"
268268 ref =" listRef"
269- class =" absolute top-full inset-x-0 mt-1 bg-bg-elevated border border-border rounded-lg shadow-lg z-50 max-h-64 overflow-y-auto"
269+ class =" absolute top-full inset-x-0 mt-1 px-0.5 bg-bg-elevated border border-border rounded-lg shadow-lg z-50 max-h-64 overflow-y-auto"
270270 >
271271 <!-- No dependency option (easter egg with James) -->
272272 <ButtonBase
@@ -297,7 +297,7 @@ onClickOutside(containerRef, () => {
297297 v-for =" (result, index) in filteredResults"
298298 :key =" result.name"
299299 data-navigable
300- class =" block w-full text-start"
300+ class =" block w-full text-start my-0.5 "
301301 :class =" highlightedIndex === index + resultIndexOffset ? '!bg-accent/15' : ''"
302302 @mouseenter =" highlightedIndex = index + resultIndexOffset"
303303 @click =" addPackage(result.name)"
You can’t perform that action at this time.
0 commit comments