hide shadowbanned rows everywhere except /emojis and /shop/hats

master
Aevann 2024-04-18 22:31:52 +02:00
parent 45317c197d
commit 441ae6049d
2 changed files with 7 additions and 1 deletions

View File

@ -7859,3 +7859,7 @@ img[src$="/e/speechbubble.webp"] {
max-height: 33.5px;
}
}
tr:has(hideme) {
display: none
}

View File

@ -1,5 +1,7 @@
{% if user %}
{% if can_see(v, user) %}
{% if not can_see(v, user) and request.path != '/shop/hats' and not request.path.startswith('/emojis/') %}
<hideme></hideme></td></tr><tr class="d-none"><td>
{% else %}
{%- include 'admin/shadowbanned_tooltip.html' -%}
<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">