MediaWiki:Vector.less/nodesktop.less
Jump to navigation
Jump to search
/* =============
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;
}