Skip to content

Commit 4424647

Browse files
committed
fix: random jump icon
1 parent c3ab75b commit 4424647

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/Item.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
</template>
66
<template #fallback>
77
<div class="p-4 flex gap-4">
8-
<div class="animate-pulse">
9-
<div class="w-16 h-16 bg-fg-dimmed rounded-2xl" />
8+
<div class="flex-shrink-0 flex">
9+
<div class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5 animate-pulse">
10+
<div class="bg-fg-dimmed h-full w-full" />
11+
</div>
1012
</div>
1113
<div>
1214
<h3 class="animate-pulse text-lg mt-1">

0 commit comments

Comments
 (0)