uploads: show thumbnails in dropzone widget.

This commit is contained in:
evazion
2019-09-22 22:28:15 -05:00
parent 94d2bc72f2
commit bf3e9e1c76
3 changed files with 19 additions and 1 deletions

View File

@@ -10,6 +10,20 @@
cursor: pointer;
position: relative;
.dz-preview {
display: flex;
img[data-dz-thumbnail] {
padding: 1em;
}
.dz-details {
display: flex;
flex-direction: column;
align-self: center;
}
}
&.dz-started .dropzone-hint {
display: none;
}