fix users online in chat

pull/96/head
Aevann 2023-01-24 12:13:05 +02:00
parent 1d894192e0
commit d7004abaac
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@
{% endif %}
<li class="mt-3">
{% if request.path.endswith("/chat") %}
<h5 class="ml-3 mb-6">Users Online</h5>
<div id="online3" class="col text-left d-lg-none bg-white mb-6" style="max-width:300px"></div>
<h5 class="ml-3">Users Online</h5>
<div id="online3" class="col text-left d-lg-none bg-white mb-6 pb-6" style="max-width:300px"></div>
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% endif %}