MediaWiki:Vector.less/nodesktop.less

From RuneRealm Wiki
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;

}