MediaWiki:Mobile.css: Difference between revisions
Razor Blade (talk | contribs) Blanked the page Tag: Blanking |
Razor Blade (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.mw-parser-output section.mobile-hidden[aria-expanded="true"] { | |||
display: none; | |||
} | |||
.mw-parser-output section.mobile-hidden[aria-expanded="false"] { | |||
display: block; | |||
} |
Latest revision as of 00:09, 19 August 2024
.mw-parser-output section.mobile-hidden[aria-expanded="true"] { display: none; } .mw-parser-output section.mobile-hidden[aria-expanded="false"] { display: block; }