Fix theme switcher

This commit is contained in:
Jannis Portmann 2023-05-17 12:44:18 +02:00
parent cce3606bb3
commit b509ef4401

View file

@ -100,6 +100,16 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</li>
<li class="nav-item dropdown">
<button class="btn btn-link nav-link "
id="bd-theme"
type="button"
aria-expanded="false"
data-bs-toggle="dropdown"
data-bs-display="static">
<i class="fa-solid fa-circle-half-stroke"></i><span class="d-lg-none ms-2">{% trans "Change theme" %}</span>
</button>
<ul class="dropdown-menu dropdown-menu-end" <ul class="dropdown-menu dropdown-menu-end"
aria-labelledby="bd-theme" aria-labelledby="bd-theme"
style="--bs-dropdown-min-width: 8rem"> style="--bs-dropdown-min-width: 8rem">