Show background color while upload thumbnails load
This commit is contained in:
parent
08b3101218
commit
b7e4a60b9f
@ -41,8 +41,8 @@ export default function AdminUploadsTable({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className={clsx(
|
<div className={clsx(
|
||||||
'shrink-0 transition-transform',
|
'w-[50%] sm:w-auto shrink-0 bg-dim',
|
||||||
'w-[50%] sm:w-auto',
|
'transition-transform',
|
||||||
)}>
|
)}>
|
||||||
<ImageMedium
|
<ImageMedium
|
||||||
title={getIdFromStorageUrl(url)}
|
title={getIdFromStorageUrl(url)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user