fix: thumbnail fade in (#18935)

This commit is contained in:
Min Idzelis 2025-06-04 22:29:58 -04:00 committed by GitHub
parent e2ffc9d5a1
commit 90c8fdba96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -231,7 +231,7 @@
{#if (!loaded || thumbError) && asset.thumbhash}
<canvas
use:thumbhash={{ base64ThumbHash: asset.thumbhash }}
class="absolute object-cover"
class="absolute object-cover z-1"
style:width="{width}px"
style:height="{height}px"
out:fade={{ duration: THUMBHASH_FADE_DURATION }}