fix: flex-shrink-0

This commit is contained in:
not-nullptr 2024-11-12 09:09:31 +00:00
parent 744d6ebe7e
commit 102b8315e6
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@
blurMultiplier: 16,
}}
class={clsx(
"h-16 px-3 flex relative items-center w-full border-2 border-solid border-foreground-muted-alt rounded-xl",
"h-16 px-3 flex relative flex-shrink-0 items-center w-full border-2 border-solid border-foreground-muted-alt rounded-xl",
{
"initial-fade": !finisheds[i],
},
@ -121,6 +121,7 @@
{/if}
</div>
{/each}
<div class="w-full h-4 flex-shrink-0"></div>
</div>
</div>