Skip to content

Commit d0d6a82

Browse files
committed
fix(a11y): increase provenance link container gap for sufficient touch clearance
1 parent 9d4be04 commit d0d6a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const fundingUrl = computed(() => {
253253
class="py-1.5 px-2.5 sm:me-2"
254254
:tabindex="showScrollToTop ? 0 : -1"
255255
/>
256-
<div class="flex-inline items-center flex-nowrap gap-1 font-mono text-fg-muted">
256+
<div class="flex-inline items-center flex-nowrap gap-3 font-mono text-fg-muted">
257257
<template v-if="displayVersion && hasProvenance(displayVersion)">
258258
<TooltipApp
259259
:text="

0 commit comments

Comments
 (0)