diff --git a/src/features/ui/components/image-loader.tsx b/src/features/ui/components/image-loader.tsx index 6f2156ab1..f71ad0f08 100644 --- a/src/features/ui/components/image-loader.tsx +++ b/src/features/ui/components/image-loader.tsx @@ -135,16 +135,16 @@ class ImageLoader extends React.PureComponent { const { alt, src, width, height, onClick } = this.props; const { loading } = this.state; - const className = clsx('image-loader', { - 'image-loader--loading': loading, - 'image-loader--amorphous': !this.hasSize(), - }); + const className = 'relative size-full flex items-center justify-center flex-col'; return (
{loading ? (