MediaWiki:Common.less/nodesktop.less

From RuneScape Classic Wiki
Jump to navigation Jump to search
// <pre>
/* =============
      This class is the desktop equivalent of the "nomobile" class.
      Any element with class="nodesktop" will be hidden on desktop but not
      on mobile, due to it not being defined in MediaWiki:Mobile.css.
   ============= */

.nodesktop {
    display: none;
}