forked from rDrama/rDrama
1
0
Fork 0

unbreakable if not earlylifed

master
Aevann 2024-02-28 23:11:03 +02:00
parent 1bf99000c7
commit 97252f800b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% if user %}
{% if can_see(v, user) %}
{%- include 'admin/shadowbanned_tooltip.html' -%}
<a data-sort="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<a {% if not user.earlylife %}class="unbreakable"{% endif %} data-sort="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<div class="profile-pic-20-wrapper mb-2">
<img loading="lazy" src="{{user.profile_url}}" class="pp20">
{% if user.hat_active(v)[0] -%}