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.
/* ============================================================
SYSOP INTERFACE RESTORATION
============================================================ */
/* Restore the Top Toolbar */
html body.skin-vector-2022 .vector-page-toolbar {
display: flex !important;
visibility: visible !important;
}
/* Restore the Right Column Tools */
html body.skin-vector-2022 .vector-column-end {
display: block !important;
visibility: visible !important;
position: absolute !important;
right: 0;
top: 150px;
z-index: 100;
}
/* Full-width content for Sysop */
html body.skin-vector-2022 .mw-content-container {
max-width: none !important;
margin-right: 0 !important;
}