Collapse the logout button text on narrow displays

This prevents ugly line wraps on long site names
This commit is contained in:
Jonas Schäfer
2021-02-06 15:15:01 +01:00
parent ab534e3a59
commit 8a8d4c54bd
2 changed files with 18 additions and 1 deletions

View File

@@ -5,5 +5,5 @@
{% endblock %}
{% block topbar_right %}
{{- super() -}}
{% call standard_button("logout", url_for("user.logout"), class="tertiary") %}{% trans %}Log out{% endtrans %}{% endcall %}
{% call standard_button("logout", url_for("user.logout"), class="tertiary slimmify") %}{% trans %}Log out{% endtrans %}{% endcall %}
{%- endblock %}