MediaWiki:Group-sysop.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* MediaWiki:Group-sysop.css - High Specificity Restoration */
/* 1. Restore the Top Toolbar (Read, Edit, History) */
/* We target the ID and the class to be absolutely sure */
html body.skin-vector-2022 .vector-page-toolbar,
html body.skin-vector-2022 #p-views,
html body.skin-vector-2022 #p-cactions {
display: flex !important;
visibility: visible !important;
}
/* 2. Restore the Right Column Tools */
html body.skin-vector-2022 .vector-column-end {
display: block !important;
visibility: visible !important;
}
/* 3. Ensure the Page Content doesn't overlap the restored tools */
html body.skin-vector-2022 .mw-content-container {
margin-right: 300px !important; /* Standard Vector column width */
}