Fix theme switcher

pull/7/head
Jannis Portmann 2023-05-17 12:44:18 +02:00
parent cce3606bb3
commit b509ef4401
1 changed files with 10 additions and 0 deletions

View File

@ -100,6 +100,16 @@
</li>
{% endfor %}
</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"
aria-labelledby="bd-theme"
style="--bs-dropdown-min-width: 8rem">