Skip to content

Commit

Permalink
fix: preview image size
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 8, 2024
1 parent 664b70d commit af474c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/media/preview-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit af474c1

Please sign in to comment.