mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 17:39: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>
|
<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'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user