Shrink upload tile on mobile

This commit is contained in:
Sam Becker 2025-04-02 21:07:54 -05:00
parent 2322c0a3f3
commit eefcc50505

View File

@ -46,7 +46,7 @@ export default function AdminUploadsTable({
'translate-x-[-2px] scale-[1.125] shadow-lg', 'translate-x-[-2px] scale-[1.125] shadow-lg',
isAdding && !isComplete && status !== 'adding' && isAdding && !isComplete && status !== 'adding' &&
'scale-90', 'scale-90',
'w-[55%] sm:w-auto', 'w-[45%] sm:w-auto',
)}> )}>
<ImageMedium <ImageMedium
title={getIdFromStorageUrl(url)} title={getIdFromStorageUrl(url)}