diff options
Diffstat (limited to 'http/src/css/feed.uppcss')
| -rw-r--r-- | http/src/css/feed.uppcss | 9 |
1 files changed, 5 insertions, 4 deletions
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 { |
