MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
(Hiding Discord content for mobile users)
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
#Discord { display: none; }
#discord-widget { display: none; }

Revision as of 10:56, 29 September 2017

/* CSS placed here will affect users of the mobile site */
#discord-widget { display: none; }