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 e574ce6 commit 597a6e7Copy full SHA for 597a6e7
1 file changed
app/components/Package/WeeklyDownloadStats.vue
@@ -300,7 +300,7 @@ const config = computed<VueUiSparklineConfig>(() => {
300
<span v-else-if="isLoadingWeeklyDownloads" class="min-w-6 min-h-6 -m-1 p-1" />
301
</template>
302
303
- <div class="w-full overflow-hidden h-[76px] motion-safe:h-[calc(92px+0.75rem)]">
+ <div class="w-full overflow-hidden h-[76px]">
304
<template v-if="isLoadingWeeklyDownloads || hasWeeklyDownloads">
305
<ClientOnly>
306
<VueUiSparkline class="w-full max-w-xs" :dataset :config>
0 commit comments