Jump to content

MediaWiki:Vector-2022.css

From RSN Wiki
Revision as of 17:02, 20 December 2025 by Gauravraj (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.
/* ===============================
   VECTOR-2022 SAFE LOGO TUNING
   =============================== */

/* 1. Hide the site name text */
.mw-logo-wordmark,
.mw-logo-tagline {
  display: none !important;
}

/* 2. Increase logo size safely */
.mw-logo-icon {
  height: 56px !important; /* try 50px if you want tighter */
  width: auto !important;
}

/* 3. Vertically center logo WITHOUT breaking header */
.vector-header-start .mw-logo {
  display: flex;
  align-items: center;
}

/* 4. Slight spacing from hamburger menu (Wikipedia-like) */
.vector-header-start .mw-logo {
  margin-left: 6px;
}