Difference between revisions of "MediaWiki:Mobile.css"

From Minescape
Jump to navigation Jump to search
Tag: Replaced
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
.mw-ui-icon {
 +
min-height: 0em;
 +
}
 +
 +
.client-js .collapsible-block {
 +
    display: block;
 +
}

Revision as of 19:43, 24 August 2020

/* CSS placed here will affect users of the mobile site */

.mw-ui-icon {
	min-height: 0em;
}

.client-js .collapsible-block {
    display: block;
}