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 f3403eb commit 462fb98Copy full SHA for 462fb98
app/components/Package/WeeklyDownloadStats.vue
@@ -413,10 +413,7 @@ const config = computed<VueUiSparklineConfig>(() => {
413
<span v-else-if="isLoadingWeeklyDownloads" class="min-w-6 min-h-6 -m-1 p-1" />
414
</template>
415
416
- <div
417
- class="w-full overflow-hidden h-[76px] egg-pulse-target"
418
- :class="{ 'egg-pulse': eggPulse }"
419
- >
+ <div class="w-full h-[76px] egg-pulse-target" :class="{ 'egg-pulse': eggPulse }">
420
<template v-if="isLoadingWeeklyDownloads || hasWeeklyDownloads">
421
<ClientOnly>
422
<VueUiSparkline class="w-full max-w-xs" :dataset :config>
0 commit comments