Module:Authority control/styles.css

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Tacsipacsi at 11:33, 24 February 2020 (Not even display:block !important works on mobile, it seems to simply disappear from the HTML code. Good job, MobileFrontend developers…). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@media screen and (max-width: 719px) {
	.authority-control tbody,
	.authority-control tr,
	.authority-control th,
	.authority-control td,
	.authority-control .navbox-row > th + td {
		display: block;
		text-align: center;
	}
	.authority-control th {
		width: auto !important; /* override [[Module:Navbox]]’s inline width:1% */
	}
}