Make preview square

This commit is contained in:
James Brunton 2025-09-16 12:13:08 +01:00
parent 9952842a40
commit 49e64866d1

View File

@ -63,7 +63,7 @@ const RotateSettings = ({ parameters, disabled = false }: RotateSettingsProps) =
<Center>
<Box
style={{
width: '200px',
width: '280px',
height: '280px',
border: '2px dashed var(--mantine-color-gray-4)',
borderRadius: '8px',
@ -89,7 +89,7 @@ const RotateSettings = ({ parameters, disabled = false }: RotateSettingsProps) =
file={selectedFile}
thumbnail={thumbnail}
style={{
maxWidth: '180px',
maxWidth: '260px',
maxHeight: '260px'
}}
/>