MediaWiki:Gadget-Twinkle-pagestyles.css: Difference between revisions
Jump to navigation
Jump to search
en>SD0001 Repo at cb9119f: Move all non-test source files to a new src directory (#2254); show rollback buttons on Special:IPContributions (#2267) |
m 1 revision imported |
(No difference)
| |
Latest revision as of 05:58, 19 March 2026
/**
* This is loaded as a hidden peer gadget of Twinkle.
* Why is this a peer gadget? Because it will load before the page finishes its first paint.
* It adds whitespace where the "TW" menu goes in the Vector 2010 skin, basically reserving
* a spot for the "TW" menu so that the top bar does not "jump".
* The "TW" menu itself is painted later, after the gadget JS files finish loading.
*/
.client-js > body.skin-vector:not(.ns-special) #p-cactions,
.client-js > body.skin-vector.mw-special-Block #p-cactions,
.client-js > body.skin-vector.mw-special-Contributions #p-cactions,
.client-js > body.skin-vector.mw-special-IPContributions #p-cactions,
.client-js > body.skin-vector.mw-special-DeletedContributions #p-cactions,
.client-js > body.skin-vector.mw-special-Prefixindex #p-cactions {
margin-right: 3.24em;
}