This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
The link added by this gadget doesn't look correctly on desktop Minerva skin (e.g. https://en.wikipedia.orghttps://wiki95.com/en/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)