update class names

This commit is contained in:
ghost 2023-10-08 01:20:15 +03:00
parent 16696bc1d2
commit f0a38e1bf5
5 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
<div class="row">
<div class="column width-80">
<a href="{{ path('user_info', {'id': activity.user.id}) }}">
<img class="vertical-align-middle border-radius-50 border-default border-width-2-px margin-r-8-px"
<img class="vertical-align-middle border-radius-50 border-color-default border-width-2-px margin-r-8-px"
src="{{ activity.user.identicon }}"
alt="{{ 'identicon'|trans }}" />
</a>