add bottom margin to "Users Online"

pull/92/head
Aevann 2023-01-23 03:18:33 +02:00
parent d2cbf72803
commit ca3bbaf209
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
{% endif %}
<li class="mt-3">
{% if request.path.endswith("/chat") %}
<h5 class="ml-3">Users Online</h5>
<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>
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}