Jump to content

MediaWiki:Group-sysop.css

From Costa Sano MediaWiki

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 — CLASSICAL VECTOR BEHAVIOR
   ============================================================ */

/* Restore the Top Toolbar */
html body.skin-vector-2022 .vector-page-toolbar {
    display: flex !important;
    visibility: visible !important;
}

/* Restore the Right Column Tools in their NORMAL position */
html body.skin-vector-2022 .vector-column-end {
    display: block !important;
    visibility: visible !important;
    position: static !important;   /* ← This is the key change */
}

/* Full-width content for Sysop (optional but safe) */
html body.skin-vector-2022 .mw-content-container {
    max-width: none !important;
}