Jump to content

MediaWiki:Group-sysop.css

From Costa Sano MediaWiki
Revision as of 22:24, 12 February 2026 by Mngr (talk | contribs)

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 - Fluid Admin View */

/* 1. Restore the Top Toolbar (Read, Edit, History) */
html body.skin-vector-2022 .vector-page-toolbar {
    display: flex !important;
    visibility: visible !important;
}

/* 2. Restore the Right Column Tools WITHOUT shrinking the content */
html body.skin-vector-2022 .vector-column-end {
    display: block !important;
    visibility: visible !important;
    position: absolute !important; /* Floats the tools so they don't push the content */
    right: 0;
    top: 150px;
    z-index: 100;
}

/* 3. FORCE CONTENT FULL-WIDTH for Sysop */
html body.skin-vector-2022 .mw-content-container {
    max-width: none !important;
    margin-right: 0 !important; /* Removes the "squeeze" */
}