Skip to content

Commit 535feed

Browse files
graphierosalex-key
authored andcommitted
fix: add missing padding (npmx-dev#1589)
1 parent 8ccff3c commit 535feed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Package/Versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
486486
<div class="space-y-0.5 min-w-0">
487487
<!-- Semver range filter -->
488488
<div class="px-1 pb-1">
489-
<div class="flex items-center gap-1.5">
489+
<div class="flex items-center gap-1.5 py-1">
490490
<InputBase
491491
v-model="semverFilter"
492492
type="text"

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ const config = computed(() => {
310310
</template>
311311
</ClientOnly>
312312

313-
<div v-if="hasWeeklyDownloads" class="hidden motion-safe:flex justify-end">
313+
<div v-if="hasWeeklyDownloads" class="hidden motion-safe:flex justify-end p-1">
314314
<ButtonBase size="small" @click="toggleSparklineAnimation">
315315
{{
316316
hasSparklineAnimation

0 commit comments

Comments
 (0)