Template:Infobox/mobileviewfix.css

From NationStates Sports Wiki
Revision as of 14:41, 15 September 2021 by wikipedia>Great Brightstar (Great Brightstar moved page Template:Infobox/extras.css to Template:Infobox/mobileviewfix.css without leaving a redirect: Using more appreciate name)
Jump to navigation Jump to search
/*
The mobile skin (Minerva) generally inject display: block property to tables make them scrollable on your phone screen. This could give benefits to larger one, but may also caused some smaller tables shortened and shift to left, event if they are set width:100% property. This is happened within numerous infoboxes.
*/
body.skin-minerva .infobox table {
	display: table;
}
body.skin-minerva .infobox caption {
	display: table-caption;
}