MediaWiki:Vector.less/nodesktop.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (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; }"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* =============

     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;

}