Show manga placeholder thumbnail while loading

This commit is contained in:
schroda
2024-09-09 16:01:44 +02:00
parent 9d06503048
commit 0a4124062b
2 changed files with 26 additions and 25 deletions

View File

@@ -103,7 +103,7 @@ export const SpinnerImage = forwardRef((props: IProps, imgRef: ForwardedRef<HTML
return (
<>
{(isLoading || hasError) && (
<Box sx={spinnerStyle}>
<Box sx={{ height: '100%', ...spinnerStyle }}>
<Stack
sx={{
height: '100%',