From 1ba878818959f660b401399e7df89fd286ac8a0d Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 24 Feb 2026 09:51:52 +0000 Subject: [PATCH] Add responsive visibility classes to auth-menu fragment Desktop span: hidden md:inline-flex, mobile span: block md:hidden. Prevents both showing when fragment is injected in a single spot. Co-Authored-By: Claude Opus 4.6 --- templates/fragments/auth_menu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/fragments/auth_menu.html b/templates/fragments/auth_menu.html index fec15a8..eb68cdc 100644 --- a/templates/fragments/auth_menu.html +++ b/templates/fragments/auth_menu.html @@ -1,9 +1,9 @@ {# Desktop auth menu #} - + {# Mobile auth menu #} - + {% if user_email %}