注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/**  * 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; }