aboutsummaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/src/css/feed.uppcss8
1 files changed, 5 insertions, 3 deletions
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 {