fix activity event margins

This commit is contained in:
ghost 2023-10-16 04:01:01 +03:00
parent 5161becd60
commit fd17185a9e

View File

@ -3,7 +3,7 @@
<a href="{{ path('user_info', { userId : user.id }) }}">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
</a>
<span class="margin-x-l-px">
<span class="margin-x-4-px">
{{ 'have downloaded torrent file' | trans }}
</span>
{% if session.user.moderator or session.user.owner %}