forked from MarseyWorld/MarseyWorld
add bottom margin to "Users Online"
parent
d2cbf72803
commit
ca3bbaf209
|
@ -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" %}
|
||||
|
|
Loading…
Reference in New Issue