MediaWiki:Vector.less/nodesktop.less
< MediaWiki:Vector.less
Jump to navigation
Jump to search
Revision as of 21:47, 4 October 2022 by Jacmob (talk | contribs) (Created page with "→============= This class is the desktop equivalent of the "nomobile" class. Any element with class="nodesktop" will be hidden on desktop but not on mobile. =============: .nodesktop { display: none; }")
/* =============
This class is the desktop equivalent of the "nomobile" class. Any element with class="nodesktop" will be hidden on desktop but not on mobile. ============= */
.nodesktop {
display: none;
}