From b69418de7da7a84b9889b37a87667454cf538d09 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 18 Sep 2026 21:16:20 +0100 Subject: only condense entries in feeds --- http/src/css/feed.uppcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index d90a8cd..0d70c98 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -44,7 +44,7 @@ ul:has(> .h-entry) { content: ' >'; } -.e-content { +.h-feed .e-content { border-bottom: solid 1px; &:not(.e-content--expanded) { height: 10rem; @@ -52,7 +52,7 @@ ul:has(> .h-entry) { } } -.h-entry > button { +.h-feed .h-entry > button { width: max-content; align-self: center; margin-block-start: var(--spacing-block-xs); -- cgit v1.2.3