Show background color while upload thumbnails load

This commit is contained in:
Sam Becker 2025-04-18 11:31:19 -05:00
parent 08b3101218
commit b7e4a60b9f

View File

@ -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)}