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