Skip to content

Commit

Permalink
fix(templates): Hamburger menu too crowded
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Oct 31, 2024
1 parent 77176ee commit 5f6c1f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a class="nav-link" href="https://codeberg.org/allauth/django-allauth">Repository</a>
</li>
</ul>
<div class="d-lg-flex gap-2 col-lg-3 justify-content-lg-end text-nowrap">
<div class="d-flex flex-column flex-sm-row gap-2 col-lg-3 justify-content-lg-end text-nowrap">
<form class="d-flex" method="post" action="{% url 'set_language' %}">
{% csrf_token %}
{% get_available_languages as LANGUAGES %}
Expand Down

0 comments on commit 5f6c1f5

Please sign in to comment.