forked from MarseyWorld/MarseyWorld
increase margin after "users in chat"
parent
ba1a17b57b
commit
9bc075193f
|
@ -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" %}
|
||||
|
|
Loading…
Reference in New Issue