From d69236ad151c6d5ba3cfab32e01bb5678f94e078 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 30 Jul 2025 10:04:56 +0300 Subject: [PATCH] Fix opening and closing of Wikipedia headers --- www/-/mw/skins.vector.styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/www/-/mw/skins.vector.styles.css b/www/-/mw/skins.vector.styles.css index b276aab0..aacd9f3c 100644 --- a/www/-/mw/skins.vector.styles.css +++ b/www/-/mw/skins.vector.styles.css @@ -293,6 +293,21 @@ figure[typeof~='mw:File/Thumb'] > figcaption:empty { vertical-align: text-bottom } +summary.section-heading { + display: list-item !important; + cursor: pointer; +} + +.section-heading > h1, +.section-heading > h2, +.section-heading > h3, +.section-heading > h4, +.section-heading > h5, +.section-heading > h6 { + display: inline; + border: none; +} + @media screen { div.thumbinner { border: 1px solid var(--border-color-subtle,#c8ccd1);