Template:If mobile/sandbox/styles.css

From blackwiki
< Template:If mobile‎ | sandbox
Revision as of 06:15, 30 October 2020 by imported>Evad37 (Force nomobile element to display when present, overriding skin-based css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.ifmobile > .mobile:nth-child(2n) {
    display: none;
}
 /* Force nomobile element to display when present. Overrides skin-based css
    for hiding the nomobile class, e.g. Timeless skin with screen size less
    than 850px. */
.ifmobile > .nomobile {
	display:initial;
}