Fix chat bugs

This commit is contained in:
anhkha2003 2024-01-03 02:00:34 -06:00
parent 500c61e101
commit 966f087b5d
2 changed files with 17 additions and 6 deletions

View file

@ -227,9 +227,15 @@
.active-span {
display: none;
}
#chat-area {
display: none;
}
{% if not room %}
#chat-area {
display: none;
}
{% else %}
.chat-left-panel {
display: none;
}
{% endif %}
.back-button {
margin-right: 1em;
font-size: 1.5em;