From 737f7a37715be973f63caa6c964b092cf4cceed5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 18:19:16 +0100 Subject: e-content has bottom border even when expanded --- http/src/css/feed.uppcss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'http/src') diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index bc502a9..d6324e8 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -44,10 +44,12 @@ ul:has(> .h-entry) { content: ' >'; } -.e-content:not(.e-content--expanded) { +.e-content { height: 10rem; - border-bottom: solid 1px; - overflow: clip; + &:not(.e-content--expanded) { + border-bottom: solid 1px; + overflow: clip; + } } .h-entry > button { -- cgit v1.2.3