Template:If mobile/styles.css

Safer nicotine wiki Tobacco Harm Reduction
Revision as of 18:38, 2 January 2022 by Richardpruen (talk | contribs) (1 revision imported)
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: inherit; /* The fallback */
    display: initial;
}