fix: chats member list user plate status display

This commit is contained in:
trisua 2025-05-06 21:40:47 -04:00
parent b91e9a62fb
commit 7114a7aae8

View file

@ -1112,7 +1112,7 @@ show_kick=false, secondary=false) -%}
<div <div
class="flex justify-center flex-col" class="flex justify-center flex-col"
style="{% if show_menu %}width: 60%{% endif %}" style="{% if show_menu or show_kick %}width: 60%{% endif %}"
> >
{{ self::full_username(user=user) }} {{ self::full_username(user=user) }}
<div class="user_status">{{ self::user_status(other_user=user) }}</div> <div class="user_status">{{ self::user_status(other_user=user) }}</div>