diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/css/feed.uppcss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 81a23b4..bcb4d83 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -45,12 +45,11 @@ ul:has(> .h-entry) { } .e-content { - height: 10rem; -} - -.e-content:not(.e-content--expanded) { border-bottom: solid 1px; - overflow: clip; + :not(.e-content--expanded) { + height: 10rem; + overflow: clip; + } } .h-entry > button { |
