diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-15 18:14:07 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-15 18:14:20 +0100 |
| commit | 9ff4514dd1eaba475e13c60dab6af11bf928ad36 (patch) | |
| tree | 80d0de8e9927adf811b4dd065faca4afa8970317 /http | |
| parent | 01b681d46ce0a5593f238eac291529bd7d67535d (diff) | |
feed style tweaks
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/css/feed.uppcss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index ee0b383..33be173 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -3,7 +3,7 @@ margin-block-start: var(--spacing-block-md); } -.h-feed ul:has(> .h-entry) { +ul:has(> .h-entry) { list-style-type: none; margin-inline: 0; @@ -12,26 +12,26 @@ } } -.h-feed .h-entry { +.h-entry { display: flex; flex-direction: column; } -.h-feed .h-entry + .h-entry { +.h-entry + .h-entry { margin-block-start: var(--spacing-block-md); } -.h-feed .h-entry > * { +.h-entry > * { order: 1; margin: 0; } -.h-feed .h-entry .dt-published { +.h-entry .dt-published { order: 0; font-size: var(--font-size-sm); } -.h-feed .h-entry .p-name { +.h-entry .p-name { font-size: var(--font-size-md); font-weight: 400; } @@ -51,7 +51,7 @@ } .h-entry > button { - width: min-content; + width: max-content; align-self: center; margin-block-start: var(--spacing-block-xs); } |
