Skip to content

Commit

Permalink
fix: random jump icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent c3ab75b commit 4424647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
</template>
<template #fallback>
<div class="p-4 flex gap-4">
<div class="animate-pulse">
<div class="w-16 h-16 bg-fg-dimmed rounded-2xl" />
<div class="flex-shrink-0 flex">
<div class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5 animate-pulse">
<div class="bg-fg-dimmed h-full w-full" />
</div>
</div>
<div>
<h3 class="animate-pulse text-lg mt-1">
Expand Down

0 comments on commit 4424647

Please sign in to comment.