fix: styling

This commit is contained in:
2024-11-27 18:12:50 +01:00
parent d16d194ae4
commit 254566eb8b
2 changed files with 39 additions and 31 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
{% include 'components/theme-switch.html' %}
<!-- Show/Hide cart -->
<div id="navbar-cart-dropdown" hx-get="{% url 'web:cart_dropdown' %}" hx-trigger="load, updated-cart from:body"></div>
<div id="navbar-cart-dropdown" hx-get="{% url 'web:cart_dropdown' %}"
hx-trigger="load, updated-cart from:body"></div>
{% if request.user.is_authenticated %}
<!-- Show/Hide user account dropdown -->