MediaWiki:Mobile.css: Difference between revisions

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search
just make sure
Tags: Reverted Mobile web edit Advanced mobile edit
+
Tags: Reverted Mobile web edit Advanced mobile edit
Line 5: Line 5:
to display protection indicators:
to display protection indicators:
[[MediaWiki:Site-protection-indicators]] */
[[MediaWiki:Site-protection-indicators]] */
div.ext-discussiontools-emptystate {
div.ext-discussiontools-emptystate:first-of-type {
display: none;
display: none;
}
}

Revision as of 04:04, 4 January 2025

/* 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]] */
div.ext-discussiontools-emptystate:first-of-type {
	display: none;
}