From 82bd7c858ab7267e00c81373b7b47cf2d273c53f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 18:21:23 +0100 Subject: fix :not notation --- http/src/css/feed.uppcss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'http/src') diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index d6324e8..81a23b4 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -46,10 +46,11 @@ ul:has(> .h-entry) { .e-content { height: 10rem; - &:not(.e-content--expanded) { - border-bottom: solid 1px; - overflow: clip; - } +} + +.e-content:not(.e-content--expanded) { + border-bottom: solid 1px; + overflow: clip; } .h-entry > button { -- cgit v1.2.3