forked from MarseyWorld/MarseyWorld
increase margin after "users in chat"
parent
ba1a17b57b
commit
9bc075193f
|
@ -325,7 +325,7 @@
|
||||||
<li class="mt-3">
|
<li class="mt-3">
|
||||||
{% if request.path == "/chat" %}
|
{% if request.path == "/chat" %}
|
||||||
<h4 class="ml-3">Users in chat right now</h4>
|
<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>
|
<pre>
|
||||||
|
|
||||||
|
|
||||||
|
@ -333,6 +333,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
{% elif has_sidebar %}
|
{% elif has_sidebar %}
|
||||||
{% include "sidebar_" + SITE_NAME + ".html" %}
|
{% include "sidebar_" + SITE_NAME + ".html" %}
|
||||||
|
|
Loading…
Reference in New Issue