Fix PDF padding size
All checks were successful
Automated Container Build / build-and-push (push) Successful in 27s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 27s
This commit is contained in:
parent
47dc81d159
commit
a2b634517f
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export default function FilePreview({ file, onClose, downloadToken }: FilePrevie
|
|||
style={{ backgroundColor: 'var(--color-bg-elevated)', border: '1px solid var(--color-border)' }}
|
||||
>
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between px-4 py-3 border-b shrink-0" style={{ borderColor: 'var(--color-border-subtle)', backgroundColor: 'var(--color-bg-secondary)' }}>
|
||||
<div className="w-0 min-w-full flex items-center justify-between px-4 py-3 border-b shrink-0" style={{ borderColor: 'var(--color-border-subtle)', backgroundColor: 'var(--color-bg-secondary)' }}>
|
||||
<div className="flex items-center gap-3 min-w-0">
|
||||
{getIcon(previewType)}
|
||||
<span className="font-medium truncate" style={{ color: 'var(--color-text-primary)' }} title={getFileDisplayName(file.name)}>
|
||||
|
|
|
|||
Reference in a new issue