style(attachment): fix antivirus badge when uploading as downloadable

This commit is contained in:
Colin Darie 2022-12-06 11:38:24 +01:00
parent e83b94a6b9
commit 5b20713893
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -35,3 +35,11 @@
padding-bottom: 0;
}
}
.attachment {
// Anti-virus badge for just uploaded attachment when seen as downloadable
.fr-download + .fr-badge {
position: relative;
top: -1rem;
}
}