mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
revert spacing change
This commit is contained in:
parent
2b58673c92
commit
d41599dabe
@ -73,9 +73,9 @@ const FileDetails: React.FC<FileDetailsProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack gap="md" h={`calc(${modalHeight} - 2rem)`}>
|
||||
<Stack gap="lg" h={`calc(${modalHeight} - 2rem)`}>
|
||||
{/* Section 1: Thumbnail Preview */}
|
||||
<Box style={{ width: '100%', height: `calc(${modalHeight} * 0.42 - 1rem)`, textAlign: 'center', padding: 'xs' }}>
|
||||
<Box style={{ width: '100%', height: `calc(${modalHeight} * 0.5 - 2rem)`, textAlign: 'center', padding: 'xs' }}>
|
||||
<FilePreview
|
||||
file={currentFile}
|
||||
thumbnail={getCurrentThumbnail()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user