File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments