activity: hide delete button from asyncupload and add delete buttons from chill collection

This commit is contained in:
nobohan
2022-03-18 15:25:45 +01:00
parent 73dd97f7d3
commit 215b859725
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
div.chill-dropzone__below-zone {
a.btn-delete {
display: none;
}
}