forked from rDrama/rDrama
1
0
Fork 0

more margin in "Users Onlines" in chat

master
Aevann 2023-06-30 18:37:18 +03:00
parent 2a88977c1c
commit 5fb6e9fac5
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@
{% if request.path.endswith("/chat") %}
<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>
<br><br>
<br><br><br><br>
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% endif %}