Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From RSN Wiki
No edit summary
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* ===============================
  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;
}

Revision as of 17:03, 20 December 2025