Browse Source

fix activity event margins

main
ghost 1 year ago
parent
commit
fd17185a9e
  1. 2
      templates/default/activity/event/torrent/download/file/add.html.twig

2
templates/default/activity/event/torrent/download/file/add.html.twig

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

Loading…
Cancel
Save