make stacked earlylife less cancer

master
Aevann 2024-08-23 22:38:28 +03:00
parent 90441bdfb6
commit 15554bfd53
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@
<img class="profile-pic-20-hat hat" loading="lazy" src="{{user.hat_active(v)[0]}}?h=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{user.hat_active(v)[1]}}">
{%- endif %}
</div>
<span {% if user.earlylife %}style="word-break:break-word!important"{% endif %} {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %} {% if user.pride_username(v) %}pride_username{% endif %}>{{user.user_name}}</span>
<span {% if user.earlylife %}style="word-break:break-word!important"{% endif %} {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %} {% if user.pride_username(v) %}pride_username{% endif %}>{{user.username}}</span>
</a>
{% endif %}
{% endif %}