fix: chats member list user plate status display
This commit is contained in:
parent
b91e9a62fb
commit
7114a7aae8
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ show_kick=false, secondary=false) -%}
|
|||
|
||||
<div
|
||||
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) }}
|
||||
<div class="user_status">{{ self::user_status(other_user=user) }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue