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',
isAdding && !isComplete && status !== 'adding' &&
'scale-90',
'w-[55%] sm:w-auto',
'w-[45%] sm:w-auto',
)}>
<ImageMedium
title={getIdFromStorageUrl(url)}