fix sidebar on mobile and improve tables too

pull/225/head
Aevann 2024-02-23 19:45:47 +02:00
parent d76554278f
commit 138e49a17d
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 class="unbreakable" data-sort-key="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<a 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">
{% if user.hat_active(v)[0] -%}