make the file dialog placeholder visible, center file list

This commit is contained in:
Pierre Bondoerffer
2017-08-09 11:20:46 +02:00
parent d47e26efd5
commit a4aeada585

View File

@@ -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;
} }