Skip to content

Commit

Permalink
header.html: fix CSS of language dropdown
Browse files Browse the repository at this point in the history
equal padding with the other nav links
  • Loading branch information
joachimschmidt557 committed Nov 24, 2024
1 parent 802810d commit 2b3caf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/d120/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<a class="nav-link header-navbar-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
{% get_current_language as CURRENT_LANG %}
{% get_language_info for CURRENT_LANG as lang %}
<i class="fa fa-globe fa-lg"></i> <span class="d-none d-sm-inline">{{ lang.name_local }}</span>
Expand All @@ -37,7 +37,7 @@
<li><a class="dropdown-item" href="{% translate_url language.code %}" style="color: black;">{{ language.name_local }}</a></li>
{% endfor %}
</ul>
</li>
</li>
</ul>
</div>
</nav>

0 comments on commit 2b3caf3

Please sign in to comment.