Difference between revisions of "MediaWiki:Group-sysop.css"

From Grifkuba
Line 9: Line 9:


#user-tools {
#user-tools {
display: inherit !important;
display: inline-block !important;
}
}

Revision as of 15:00, 15 April 2022

/* CSS placed here will affect sysops only */
#mw-page-header-links {
	display: inherit !important;
}

.mw-editsection {
	display: inherit !important;
}

#user-tools {
	display: inline-block !important;
}