increase margin after "users in chat"

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-30 13:45:59 +02:00
parent ba1a17b57b
commit 9bc075193f
1 changed files with 2 additions and 1 deletions

View File

@ -325,7 +325,7 @@
<li class="mt-3">
{% if request.path == "/chat" %}
<h4 class="ml-3">Users in chat right now</h4>
<div id="online3" class="col text-left d-lg-none bg-white" style="max-width:300px"></div>
<div id="online3" class="col text-left d-lg-none bg-white mb-5" style="max-width:300px"></div>
<pre>
@ -333,6 +333,7 @@
</pre>
{% elif has_sidebar %}
{% include "sidebar_" + SITE_NAME + ".html" %}