mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
Make preview square
This commit is contained in:
parent
9952842a40
commit
49e64866d1
@ -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'
|
||||
}}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user