try to fix "users online" padding

pull/157/head
Aevann 2023-06-22 17:28:36 +03:00
parent 551901175f
commit c1540c6010
1 changed files with 2 additions and 2 deletions

View File

@ -344,10 +344,10 @@
<a class="btn btn-primary btn-block" href="/signup?redirect={{request.full_path | urlencode}}">Sign up</a>
</li>
{% endif %}
<li class="mt-3">
<li class="mt-3 mb-6 pb-6">
{% 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>
<div id="online3" class="col text-left d-lg-none bg-white" style="max-width:300px"></div>
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% endif %}