fix: preview image size
This commit is contained in:
parent
664b70d008
commit
af474c1592
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue