From 705144bcf7eeb05605d7d840310bb1733c1822fd Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 11 Feb 2026 09:05:58 +0000 Subject: [PATCH] fix: make detail page action buttons responsive on mobile --- templates/pages/bag.html | 13 +++++++++---- templates/partials/detail_cards.html | 8 +++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/templates/pages/bag.html b/templates/pages/bag.html index 25dc41f..7993d4d 100644 --- a/templates/pages/bag.html +++ b/templates/pages/bag.html @@ -112,21 +112,26 @@ {# ── Actions ── #}
- {{ detail::edit_button(edit_url) }} {% if !bag.closed %} {% endif %} + + {{ icons::pencil("h-4 w-4") }} Edit +