make the file dialog placeholder visible, center file list

pull/1/head
Pierre Bondoerffer 7 years ago
parent d47e26efd5
commit a4aeada585
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -44,6 +44,7 @@
border: 0; border: 0;
padding: 8px 12px; padding: 8px 12px;
margin: 1em; margin: 1em;
width: 300px;
} }
.close { .close {
@ -60,6 +61,7 @@
.fileContainer { .fileContainer {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
overflow-y: auto; overflow-y: auto;
} }

Loading…
Cancel
Save