diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-18 21:16:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-18 21:16:20 +0100 |
| commit | b69418de7da7a84b9889b37a87667454cf538d09 (patch) | |
| tree | b8b706259a2bc926f325050d6f5f3c3db906a177 /http | |
| parent | dbfb019b0fbfbc331169166705c8dca68e798c43 (diff) | |
only condense entries in feeds
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/css/feed.uppcss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index d90a8cd..0d70c98 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -44,7 +44,7 @@ ul:has(> .h-entry) { content: ' >'; } -.e-content { +.h-feed .e-content { border-bottom: solid 1px; &:not(.e-content--expanded) { height: 10rem; @@ -52,7 +52,7 @@ ul:has(> .h-entry) { } } -.h-entry > button { +.h-feed .h-entry > button { width: max-content; align-self: center; margin-block-start: var(--spacing-block-xs); |
