forked from rDrama/rDrama
1
0
Fork 0

fix hamburger menu

master
Aevann 2023-10-01 16:09:42 +03:00
parent a9f9bd9bb1
commit 46899f2542
1 changed files with 5 additions and 4 deletions

View File

@ -210,11 +210,12 @@
</a>
{% endif %}
<a class="navbar-toggler" data-bs-toggle="collapse" href="#m-navbarResponsive">
<span class="navbar-toggler-icon {% if v and v.notifications_count %}position-relative{% endif %}"><i class="fas fa-bars align-middle text-gray-500 black"></i>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarResponsive">
<span class="navbar-toggler-icon {% if v and v.notifications_count %}position-relative{% endif %}">
<i class="fas fa-bars align-middle text-gray-500 black"></i>
</span>
</a>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto d-none d-md-flex mr-3">