aboutsummaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 18:33:57 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 18:33:57 +0100
commit5425422d63a02491eb8e23fd4aa93832b2731b53 (patch)
tree0038790978927630de5c179df3dcd14ce2b0f444 /http
parent1fcaa55996aeb3f21611b76a77f230ac2e753b32 (diff)
Revert "re-order button when expanded"
This reverts commit e800249e59d0833b4a353a0c8e24ee51561f6224.
Diffstat (limited to 'http')
-rw-r--r--http/src/css/feed.uppcss7
1 files changed, 0 insertions, 7 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss
index 9010add..d90a8cd 100644
--- a/http/src/css/feed.uppcss
+++ b/http/src/css/feed.uppcss
@@ -57,10 +57,3 @@ ul:has(> .h-entry) {
align-self: center;
margin-block-start: var(--spacing-block-xs);
}
-
-.e-content--expanded {
- order: 2;
- & + button {
- order: 1;
- }
-}