Skip to content

Commit c8e0a46

Browse files
committed
step 7
1 parent 2b06802 commit c8e0a46

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ const config = computed<VueUiSparklineConfig>(() => {
294294
<!-- Skeleton matching VueUiSparkline layout (title 24px + SVG aspect 500:80) -->
295295
<div class="max-w-xs">
296296
<!-- Title row: fontSize * 2 = 24px -->
297-
<div class="h-6 flex items-center ps-3">
298-
<SkeletonInline class="h-3 w-36" />
297+
<div class="h-6 flex items-center">
298+
<SkeletonInline class="h-3 w-48" />
299299
</div>
300300
<!-- Chart area: matches SVG viewBox 500:80 -->
301301
<div class="aspect-[500/80] flex items-center">
@@ -309,6 +309,10 @@ const config = computed<VueUiSparklineConfig>(() => {
309309
</div>
310310
</div>
311311
</div>
312+
<!-- Animation toggle button placeholder (matches absolute top-right button) -->
313+
<div class="hidden motion-safe:block absolute top-0 inset-ie-0 p-1">
314+
<SkeletonInline class="size-4 rounded" />
315+
</div>
312316
</template>
313317
</ClientOnly>
314318

0 commit comments

Comments
 (0)