add bottomm padding

master
Aevann 2024-04-09 16:49:59 +02:00
parent c154d096f1
commit 0509c1648a
1 changed files with 2 additions and 2 deletions

View File

@ -506,7 +506,7 @@
</ul>
{% endif %}
<div class="mx-2">
<div class="mx-2 pb-5">
<h5 class="mt-3 mb-1">Users Online (<span class="chat-count"></span>)</h5>
<div id="online3" class="col text-left d-lg-none bg-white mb-4 pb-2" style="max-width:300px"></div>
{% if (orgies)|length > 1 %}
@ -536,7 +536,7 @@
<br><br><br><br><br><br><br><br>
{% elif request.path.startswith('/chat/') %}
<div class="mx-2">
<div class="mx-2 pb-5">
<h5 class="mt-3 mb-1">Members ({{sorted_memberships|length}})</h5>
<ul class="col text-left d-lg-none bg-white mb-4 pb-2" style="max-width:300px;list-style-type:none">
{% for membership in sorted_memberships %}