aboutsummaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 18:21:48 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 18:21:48 +0100
commit5d0835debbb8eda26d4cf15aa5d45564525135df (patch)
tree37cdc3a6800bf739c2a791b153ad6e00ec169a83 /http
parent82bd7c858ab7267e00c81373b7b47cf2d273c53f (diff)
fix styles from last commit
Diffstat (limited to 'http')
-rw-r--r--http/src/css/feed.uppcss9
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 {