mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Reduce required gap between files so more fit on the screen (#4323)
# Description of Changes Change gap between files in Active Files so more files fit on the screen at once
This commit is contained in:
@@ -518,7 +518,7 @@ const FileEditor = ({
|
||||
style={{
|
||||
display: 'grid',
|
||||
gridTemplateColumns: 'repeat(auto-fill, minmax(320px, 1fr))',
|
||||
gap: '1.5rem',
|
||||
rowGap: '1.5rem',
|
||||
padding: '1rem',
|
||||
pointerEvents: 'auto'
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user