mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02: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:
parent
a7d5c80188
commit
cf771075f4
@ -518,7 +518,7 @@ const FileEditor = ({
|
|||||||
style={{
|
style={{
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
gridTemplateColumns: 'repeat(auto-fill, minmax(320px, 1fr))',
|
gridTemplateColumns: 'repeat(auto-fill, minmax(320px, 1fr))',
|
||||||
gap: '1.5rem',
|
rowGap: '1.5rem',
|
||||||
padding: '1rem',
|
padding: '1rem',
|
||||||
pointerEvents: 'auto'
|
pointerEvents: 'auto'
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user