multiple ux fixes

This commit is contained in:
Kaibu
2022-05-11 17:10:12 +02:00
parent ad88eff9e3
commit 7276cea3d5
4 changed files with 97 additions and 57 deletions

View File

@@ -77,7 +77,7 @@
{% if not request.user.is_authenticated or request.user.userpreference.theme == request.user.userpreference.TANDOOR %}
<a class="navbar-brand p-0 me-2 justify-content-center" href="{% base_path request 'base' %}"
aria-label="Tandoor">
<img class="brand-icon" src="{% static 'assets/brand_logo.svg' %}" alt="Logo">
<img class="brand-icon" src="{% static 'assets/brand_logo.png' %}" alt="Logo">
</a>
{% endif %}
{% endif %}