MediaWiki talk:Gadget-edittop.css

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Compatibility with desktop Minerva[edit]

The link added by this gadget doesn't look correctly on desktop Minerva skin (e.g. https://en.wikipedia.org/wiki/The_Fighting_Temeraire?useskin=minerva) – it is shown as a text "Edit" rather than a pencil icon like the other links, see screenshot: https://phabricator.wikimedia.org/F28605838. Adding the following CSS fixes it for me:

/* For desktop Minerva skin */
.page-heading .mw-editsection a {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}

Matma Rex talk 22:05, 10 April 2019 (UTC)[reply]

 Done @Matma Rex: I've added this, let us know if there are any issues. — xaosflux Talk 13:03, 11 April 2019 (UTC)[reply]