Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
L1ghtsword (talk | contribs) (Replaced content with "→CSS placed here will affect users of the mobile site: ") Tag: Replaced |
L1ghtsword (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
+ | |||
+ | /*hide mobile collapsible button*/ | ||
+ | .mw-ui-icon { | ||
+ | min-height: 0em; | ||
+ | } | ||
+ | |||
+ | /*disable javascript function by making display:block always, so content is expanded.*/ | ||
+ | .client-js .collapsible-block { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | /* general styling code below */ |
Latest revision as of 19:47, 24 August 2020
/* CSS placed here will affect users of the mobile site */ /*hide mobile collapsible button*/ .mw-ui-icon { min-height: 0em; } /*disable javascript function by making display:block always, so content is expanded.*/ .client-js .collapsible-block { display: block; } /* general styling code below */