Jump to content

MediaWiki:Mobile.css: Difference between revisions

From WikiHikmah
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.skin-minerva .section-heading .indicator.mf-icon {
display: inline-block;
width: 1.2em;
margin-right: 0.35em;
vertical-align: middle;
}
.skin-minerva .section-heading .indicator.mf-icon::before {
content: "▸";
font-size: 1.1em;
line-height: 1;
}
.skin-minerva .section-heading.open-block .indicator.mf-icon::before {
content: "▾";
}

Revision as of 22:25, 17 April 2026

/* All CSS here will be loaded for users of the mobile site */

.skin-minerva .section-heading .indicator.mf-icon {
	display: inline-block;
	width: 1.2em;
	margin-right: 0.35em;
	vertical-align: middle;
}

.skin-minerva .section-heading .indicator.mf-icon::before {
	content: "▸";
	font-size: 1.1em;
	line-height: 1;
}

.skin-minerva .section-heading.open-block .indicator.mf-icon::before {
	content: "▾";
}