forked from rDrama/rDrama
1
0
Fork 0

fix up mobilenavbar margins

master
Aevann 2023-07-26 14:58:24 +03:00
parent 86ff014bdb
commit 5a7a489968
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
</a>
</button>
{% else %}
<button type="button" class="nobackground border-0 col px-0 btn btn-dead m-0">
<button type="button" class="nobackground border-0 col px-0 btn btn-dead m-0" style="margin-left:-10px!important">
<a href="/?sort=new&t=all" class="text-decoration-none">
<div class="text-center {% if request|selected_tab=='new' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-sparkles text-lg"></i>
@ -47,7 +47,7 @@
</button>
{% if v %}
{% if FEATURES['CHAT'] -%}
<button type="button" class="nobackground border-0 col px-0 btn btn-dead m-0 pt-0">
<button type="button" class="nobackground border-0 col px-0 btn btn-dead m-0 pt-0" style="margin-right:-10px!important">
<a href="/chat" class="text-decoration-none">
<div class="text-center {% if request|selected_tab=='chat' %}text-primary{% else %}text-muted{% endif %}">
<b class="text-lg" style="padding-top:10px" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">{{g.loggedin_chat}}</b>