forked from rDrama/rDrama
1
0
Fork 0

add padding

master
Aevann 2023-08-24 02:50:18 +03:00
parent b4717a9dbc
commit 01de9f4320
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@
{% endmacro %}
{% macro chat_users_list() %}
<div class="col text-left d-none d-lg-block pt-3" style="max-width:300px">
<div class="col text-left d-none d-lg-block pt-3 pb-5" style="max-width:300px">
<h5>Users Online</h5>
<div id="online" class="mt-3"></div>
</div>