MediaWiki:Mobile.css: Difference between revisions

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search
try
Tag: Reverted
how about this
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]] */
.ext-discussiontools-emptystate:nth-child(1) {
.ext-discussiontools-emptystate::nth-of-type(2) {
display: none;
display: none;
}
}

Revision as of 02:54, 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]] */
.ext-discussiontools-emptystate::nth-of-type(2) {
	display: none;
}