forked from MarseyWorld/MarseyWorld
make stacked earlylife less cancer
parent
90441bdfb6
commit
15554bfd53
|
@ -222,7 +222,7 @@
|
||||||
" class="ml-2 {% if not c.parent_comment.author.switched.earlylife %}unbreakable{% endif %}">
|
" 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>
|
<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 %}>
|
<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>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -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]}}">
|
<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 %}
|
{%- endif %}
|
||||||
</div>
|
</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>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue