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 <noreply@anthropic.com>
This commit is contained in:
@@ -373,6 +373,7 @@
|
|||||||
.item-actions {
|
.item-actions {
|
||||||
border-top: 1px solid var(--color-offset);
|
border-top: 1px solid var(--color-offset);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: var(--space-s);
|
gap: var(--space-s);
|
||||||
padding-top: var(--space-s);
|
padding-top: var(--space-s);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@rmdes/indiekit-endpoint-microsub",
|
"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.",
|
"description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"indiekit",
|
"indiekit",
|
||||||
|
|||||||
Reference in New Issue
Block a user