forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-11-03 22:00:22 +02:00
parent 0932851bfc
commit cc36089c0f
2 changed files with 2 additions and 8 deletions

View File

@ -7568,9 +7568,6 @@ ul {
margin-left: 0.5rem;
}
tr:has(hideme) {
display: none
}
@keyframes blink {
0% {
opacity: 1;

View File

@ -1,9 +1,6 @@
{% if user %}
{%- include 'admin/shadowbanned_tooltip.html' -%}
{% if not can_see(v, user) %}
<hideme></hideme></td></tr><tr class="d-none"><td>
{% else %}
{% if can_see(v, user) %}
{%- include 'admin/shadowbanned_tooltip.html' -%}
<a class="unbreakable" data-sort-key="{{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">