From 9ff4514dd1eaba475e13c60dab6af11bf928ad36 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 18:14:07 +0100 Subject: feed style tweaks --- http/src/css/feed.uppcss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'http') diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index ee0b383..33be173 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -3,7 +3,7 @@ margin-block-start: var(--spacing-block-md); } -.h-feed ul:has(> .h-entry) { +ul:has(> .h-entry) { list-style-type: none; margin-inline: 0; @@ -12,26 +12,26 @@ } } -.h-feed .h-entry { +.h-entry { display: flex; flex-direction: column; } -.h-feed .h-entry + .h-entry { +.h-entry + .h-entry { margin-block-start: var(--spacing-block-md); } -.h-feed .h-entry > * { +.h-entry > * { order: 1; margin: 0; } -.h-feed .h-entry .dt-published { +.h-entry .dt-published { order: 0; font-size: var(--font-size-sm); } -.h-feed .h-entry .p-name { +.h-entry .p-name { font-size: var(--font-size-md); font-weight: 400; } @@ -51,7 +51,7 @@ } .h-entry > button { - width: min-content; + width: max-content; align-self: center; margin-block-start: var(--spacing-block-xs); } -- cgit v1.2.3