remotes/1693045480750635534/spooky-22
Aevann1 2022-04-17 11:11:19 +02:00
parent 828c055d72
commit 2bff85b439
1 changed files with 10 additions and 1 deletions

View File

@ -82,7 +82,7 @@
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto d-none d-md-flex">
<ul class="navbar-nav ml-auto d-none d-md-flex {% if not v %}pad{% endif %}">
<li class="nav-item d-flex align-items-center justify-content-center text-center mx-1">
<a class="nav-link" href="/chat/" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Chat"><i class="fas fa-messages"></i></a>
</li>
@ -264,3 +264,12 @@
{% if v and not err %}
<div id="formkey" class="d-none">{{v.formkey}}</div>
{% endif %}
{% if not v %}
<style>
.pad {
padding-bottom: 7.4px;
padding-top: 7.4px;
}
</style>
{% endif %}