Fix chat bugs (#102)

This commit is contained in:
Phuoc Anh Kha Le 2024-01-03 02:07:17 -06:00 committed by GitHub
parent eb07dd8fa7
commit 88b07644ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;