MediaWiki:Mobile.css

Revision as of 02:54, 4 January 2025 by Luke (talk | contribs) (how about this)
/* All CSS here will be loaded for users of the mobile site */

/* Remove duplicate DiscussionTools messages
This is caused by the jerry-rigged hook
to display protection indicators:
[[MediaWiki:Site-protection-indicators]] */
.ext-discussiontools-emptystate::nth-of-type(2) {
	display: none;
}