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;
padding: 8px 12px;
margin: 1em;
width: 300px;
}
.close {
@ -60,6 +61,7 @@
.fileContainer {
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow-y: auto;
}

Loading…
Cancel
Save