forked from rDrama/rDrama
1
0
Fork 0

reduce reply icon margin

master
Aevann 2023-02-07 03:07:28 +02:00
parent d399a441d4
commit 882c065ca6
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
{% if c.parent_comment_id and not standalone and level != 1 %}
<a href="#comment-{{c.parent_comment_id}}-only" class="text-muted ml-2">
<i class="fas fa-reply fa-sm fa-fw fa-flip-horizontal mr-1"></i>
<i class="fas fa-reply fa-sm fa-fw fa-flip-horizontal"></i>
{{c.parent_comment.author_name}}
</a>
{% endif %}