Fix chat bugs (#102)
This commit is contained in:
parent
eb07dd8fa7
commit
88b07644ee
2 changed files with 17 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue