Migrate to svelte 5
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
{#await getEmotion($DataBase,$CharEmotion, 'contain') then images}
|
||||
{#each images as image, i}
|
||||
<div style={image + `width:${(100 / images.length)}%;bottom:0;left:${100 / images.length * i}%`} class="h-full bg-center absolute" />
|
||||
<div style={image + `width:${(100 / images.length)}%;bottom:0;left:${100 / images.length * i}%`} class="h-full bg-center absolute"></div>
|
||||
|
||||
{/each}
|
||||
{/await}
|
||||
|
||||
Reference in New Issue
Block a user