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 5519ca3 commit a1fa4f2Copy full SHA for a1fa4f2
1 file changed
app/components/Package/WeeklyDownloadStats.vue
@@ -264,7 +264,7 @@ const config = computed<VueUiSparklineConfig>(() => {
264
</script>
265
266
<template>
267
- <div class="space-y-8">
+ <div class="space-y-8 h-[110px] motion-safe:h-[140px]">
268
<CollapsibleSection id="downloads" :title="$t('package.downloads.title')">
269
<template #actions>
270
<ButtonBase
@@ -307,6 +307,10 @@ const config = computed<VueUiSparklineConfig>(() => {
307
<SkeletonInline class="h-px w-full" />
308
</div>
309
310
+ <!-- Animation toggle placeholder -->
311
+ <div class="w-full hidden motion-safe:flex flex-1 items-end justify-end">
312
+ <SkeletonInline class="h-[20px] w-30" />
313
+ </div>
314
315
</template>
316
</ClientOnly>
0 commit comments