Change CSS chatbox

This commit is contained in:
Luong Doan 2021-07-02 06:55:45 +00:00
parent f773fb5e70
commit 6448ad9d89
2 changed files with 7 additions and 4 deletions

View file

@ -305,9 +305,9 @@
{{_('Online Users')}}
<button id="refresh-button" class="fa fa-rotate-right" title="{{_('Refresh')}}"></button>
</h3>
<ul id="chat-online-content">
<div id="chat-online-content">
{% include "chat/online_status.html" %}
</ul>
</div>
</div>
</div>