Skip to content

Commit 4b4730a

Browse files
committed
fix: restore css classes
1 parent 9f42775 commit 4b4730a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/PackageWeeklyDownloadStats.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,17 @@ const config = computed(() => {
228228
<!-- Skeleton matching sparkline layout: title row + chart with data label -->
229229
<div class="min-h-[100px]">
230230
<!-- Title row: date range (24px height) -->
231-
<div class="h-6 flex items-center pl-3">
231+
<div class="h-6 flex items-center ps-3">
232232
<span class="skeleton h-3 w-36" />
233233
</div>
234234
<!-- Chart area: data label left, sparkline right -->
235235
<div class="aspect-[500/80] flex items-center">
236236
<!-- Data label (covers ~42% width) -->
237-
<div class="w-[42%] flex items-center pl-0.5">
237+
<div class="w-[42%] flex items-center ps-0.5">
238238
<span class="skeleton h-7 w-24" />
239239
</div>
240240
<!-- Sparkline area (~58% width) -->
241-
<div class="flex-1 flex items-end gap-0.5 h-4/5 pr-3">
241+
<div class="flex-1 flex items-end gap-0.5 h-4/5 pe-3">
242242
<span
243243
v-for="i in 16"
244244
:key="i"

0 commit comments

Comments
 (0)