fix: preview image size

This commit is contained in:
DIYgod 2024-09-08 23:02:41 +08:00
parent 664b70d008
commit af474c1592
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ const FallbackableImage: FC<
}, [currentSrc, currentState, fallbackUrl, src])
return (
<div className="flex flex-col">
<div className="flex size-full flex-col">
{isLoading && !isAllError && (
<div className="center absolute size-full">
<i className="i-mgc-loading-3-cute-re size-8 animate-spin text-white/80" />