mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Fix opening and closing of Wikipedia headers
This commit is contained in:
parent
ea6e027d13
commit
d69236ad15
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user