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