Improved rendering of attachment icons

This commit is contained in:
Jan Böhmer 2023-03-06 00:01:54 +01:00
parent 52e459ec60
commit 5aaba102a7
2 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@
</div>
{% endmacro %}
{% macro attachment_icon(attachment, attachment_helper, class = "fa-fw fas fa-3x", link = true) %}
{% macro attachment_icon(attachment, attachment_helper, class = "fa-fw fas fa-3x hoverpic", link = true) %}
{% set disabled = attachment.secure and not is_granted("show_secure", attachment) %}
{% if not attachment_helper or attachment_helper.fileExisting(attachment) %}
{% if link and not disabled %}