MediaWiki:Gadget-Twinkle-pagestyles.css: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
(Repo at 97d037f: Add Special:Block to whitelisted special pages)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 20:32, August 30, 2020

/**
 * This is loaded as a hidden peer gadget of Twinkle.
 * Before core Twinkle has loaded, it adds space where the TW would go in the
 * Vector skin, so that the top bar does not "jump".
 */
.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-DeletedContributions #p-cactions,
.client-js > body.skin-vector.mw-special-Prefixindex #p-cactions {
	margin-right: 3.24em;
}