aboutsummaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 18:14:07 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 18:14:20 +0100
commit9ff4514dd1eaba475e13c60dab6af11bf928ad36 (patch)
tree80d0de8e9927adf811b4dd065faca4afa8970317 /http
parent01b681d46ce0a5593f238eac291529bd7d67535d (diff)
feed style tweaks
Diffstat (limited to 'http')
-rw-r--r--http/src/css/feed.uppcss14
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);
}