diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 08:40:10 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 08:40:10 -0300 |
| commit | 2ba3e81ff0e0c84d9e717457c758d57eec647968 (patch) | |
| tree | 8564e11323d729a5a622fe4b1de08b201b508519 /src/static/css | |
| parent | 31cf283cf4f8f3c50404e72fdf1d9f8047bccb6c (diff) | |
content, css, data: FlashSide.splitAbove
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/features.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 33a7b9c9..a1e43e76 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -2035,6 +2035,10 @@ content: " \00b7 "; font-weight: 800; } + + ul.quick-info li:has(+ br)::after { + content: unset !important; + } } /* Sticky heading */ |