MediaWiki:Vector.css: Difference between revisions

From AI Wiki
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/*Do Not display elements with .nodesktop class on Desktop*/
.nodesktop {
  display:none!important;
}

Revision as of 21:31, 6 February 2023

/* All CSS here will be loaded for users of the Vector skin */