We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ab75b commit 4424647Copy full SHA for 4424647
components/Item.vue
@@ -5,8 +5,10 @@
5
</template>
6
<template #fallback>
7
<div class="p-4 flex gap-4">
8
- <div class="animate-pulse">
9
- <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">
10
+ <div class="bg-fg-dimmed h-full w-full" />
11
+ </div>
12
</div>
13
<div>
14
<h3 class="animate-pulse text-lg mt-1">
0 commit comments