diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-23 19:54:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-23 19:54:47 +0100 |
| commit | ac42e0d4f43936c4e3d24cc59159a763c8571e15 (patch) | |
| tree | ae94afa744f30013312a85a451892ed76950cdc6 | |
| parent | 90d774a441eb77793c2e287532672a86a8d9e005 (diff) | |
try fixed with summary::marker
| -rw-r--r-- | http/src/css/feed.uppcss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 0bae801..25ef65e 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -25,8 +25,7 @@ ul:has(> .h-entry) { } > details > summary::marker { - list-style-type: none; - content: ''; + width: 1rem; } } |
