From 51e5d0756806f9620619450c00c5fc7cc3f0b892 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 18 Sep 2026 21:21:21 +0100 Subject: again, only apply feed styles to h-entry when in feed --- http/src/css/feed.uppcss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'http/src/css') diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 0d70c98..3a1aca6 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -12,26 +12,26 @@ ul:has(> .h-entry) { } } -.h-entry { +.h-feed .h-entry { display: flex; flex-direction: column; } -.h-entry + .h-entry { +.h-feed .h-entry + .h-entry { margin-block-start: var(--spacing-block-md); } -.h-entry > * { +.h-feed .h-entry > * { order: 1; margin: 0; } -.h-entry .dt-published { +.h-feed .h-entry .dt-published { order: 0; font-size: var(--font-size-sm); } -.h-entry .p-name { +.h-feed .h-entry .p-name { font-size: var(--font-size-md); font-weight: 400; } -- cgit v1.2.3