Shrink upload tile on mobile
This commit is contained in:
parent
2322c0a3f3
commit
eefcc50505
@ -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)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user