forked from rDrama/rDrama
1
0
Fork 0

change margins for registered users

master
Aevann 2023-02-25 20:12:58 +02:00
parent fd4b2037fc
commit 49c0264afd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}> <div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<a href="/users"> <a href="/users">
<h5 class="text-center mt-0 mb-3"> <h5 class="text-center mt-0 mt-md-2 mb-4">
Current registered users: {{current_registered_users()}} Current registered users: {{current_registered_users()}}
</h5> </h5>
</a> </a>

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}> <div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<a href="/users"> <a href="/users">
<h5 class="text-center mt-0 mb-3"> <h5 class="text-center mt-0 mt-md-2 mb-4">
Current registered users: {{current_registered_users()}} Current registered users: {{current_registered_users()}}
</h5> </h5>
</a> </a>