From 722a884ca399ad4dd5b3772a57603405ccabcb38 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 7 Feb 2026 00:09:48 +0100 Subject: [PATCH] fix: allow action buttons to wrap on mobile Add flex-wrap to .item-actions so all buttons remain visible on narrow screens. Previously the mark-as-read button was cut off. Co-Authored-By: Claude Opus 4.5 --- assets/styles.css | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles.css b/assets/styles.css index 6921f92..595c4a8 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -373,6 +373,7 @@ .item-actions { border-top: 1px solid var(--color-offset); display: flex; + flex-wrap: wrap; gap: var(--space-s); padding-top: var(--space-s); } diff --git a/package.json b/package.json index f3dbbfe..d5857f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-microsub", - "version": "1.0.20", + "version": "1.0.21", "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.", "keywords": [ "indiekit",