MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Disappear Sitename next to the logo |
No edit summary |
||
Line 2: | Line 2: | ||
.vector-header .mw-logo-wordmark { | .vector-header .mw-logo-wordmark { | ||
display: none; | display: none; | ||
} | |||
/* Increase the logo size */ | |||
.vector-header .mw-logo-icon { | |||
width: 135px; | |||
height: auto; | |||
} | } |
Revision as of 16:27, 17 April 2025
/* Hide the site name next to the logo in Vector 2022 */ .vector-header .mw-logo-wordmark { display: none; } /* Increase the logo size */ .vector-header .mw-logo-icon { width: 135px; height: auto; }