aboutsummaryrefslogtreecommitdiff
path: root/http/src
diff options
context:
space:
mode:
Diffstat (limited to 'http/src')
-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 d90a8cd..3a1aca6 100644
--- a/http/src/css/feed.uppcss
+++ b/http/src/css/feed.uppcss
@@ -12,26 +12,26 @@ ul:has(> .h-entry) {
}
}
-.h-entry {
+.h-feed .h-entry {
display: flex;
flex-direction: column;
}
-.h-entry + .h-entry {
+.h-feed .h-entry + .h-entry {
margin-block-start: var(--spacing-block-md);
}
-.h-entry > * {
+.h-feed .h-entry > * {
order: 1;
margin: 0;
}
-.h-entry .dt-published {
+.h-feed .h-entry .dt-published {
order: 0;
font-size: var(--font-size-sm);
}
-.h-entry .p-name {
+.h-feed .h-entry .p-name {
font-size: var(--font-size-md);
font-weight: 400;
}
@@ -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);