mirror of https://github.com/VERT-sh/VERT.git
fix: flex-shrink-0
This commit is contained in:
parent
744d6ebe7e
commit
102b8315e6
|
|
@ -43,7 +43,7 @@
|
||||||
blurMultiplier: 16,
|
blurMultiplier: 16,
|
||||||
}}
|
}}
|
||||||
class={clsx(
|
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],
|
"initial-fade": !finisheds[i],
|
||||||
},
|
},
|
||||||
|
|
@ -121,6 +121,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
<div class="w-full h-4 flex-shrink-0"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue