activity: add spacing between buttons + better alignment

This commit is contained in:
nobohan 2022-03-28 14:30:49 +02:00
parent 961c0a867c
commit bc8709f9a1

View File

@ -4,6 +4,13 @@ div.chill-dropzone__below-zone {
}
}
ul[data-collection-name="documents"] {
button.remove-entry {
margin: 0.5rem 0!important;
}
}
// do it in js does not work
// document.addEventListener('DOMContentLoaded', e => {
// const dropzoneBelow = document.querySelectorAll('div.chill-dropzone__below-zone');