We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463bdab commit d2dbe53Copy full SHA for d2dbe53
app/components/Package/WeeklyDownloadStats.vue
@@ -296,7 +296,7 @@ const config = computed<VueUiSparklineConfig>(() => {
296
<span v-else-if="isLoadingWeeklyDownloads" class="min-w-6 min-h-6 -m-1 p-1" />
297
</template>
298
299
- <div class="w-full overflow-hidden h-[110px] motion-safe:h-[140px]">
+ <div class="w-full overflow-hidden h-[76px] motion-safe:h-[calc(92px+0.75rem)]">
300
<template v-if="isLoadingWeeklyDownloads || hasWeeklyDownloads">
301
<ClientOnly>
302
<VueUiSparkline class="w-full max-w-xs" :dataset :config>
0 commit comments