MediaWiki:Vector-2022.css

Revision as of 22:07, 1 April 2026 by ST (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.
/* Force Vector-2022 to show the full logo */
.vector-header-logo {
    max-height: 60px !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}
.vector-header-logo img {
    display: block !important;
}
.vector-header-wordmark {
    display: none !important;
}