add ability to hide cdo reply icon via css

master
Aevann 2024-04-16 19:24:21 +02:00
parent ee1e6bde42
commit bd8961ad34
1 changed files with 3 additions and 1 deletions

View File

@ -221,7 +221,9 @@
{%- endif -%}
" class="ml-2 {% if not c.parent_comment.author.earlylife %}unbreakable{% endif %}">
<i class="fas fa-reply fa-sm fa-fw fa-flip-horizontal"></i>
{{c.parent_comment.author_name}}
<span {% if not c.ghost %}class="replying-to-{{c.parent_comment.author.switched.id}}"{% endif %}>
{{- c.parent_comment.author_name -}}
</span>
</a>
{% endif %}