diff options
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); |
