make the file dialog placeholder visible, center file list
parent
d47e26efd5
commit
a4aeada585
|
@ -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…
Reference in New Issue