MediaWiki:Vector-2022.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: var( --width-column-start, 13.25rem ); | ||
height: | height: auto; | ||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
display: none; | display: none; | ||
} | |||
/* let the header grow instead of clipping the logo */ | |||
.vector-header, | |||
.vector-header-start, | |||
.mw-logo { | |||
height: auto; | |||
max-height: none; | |||
} | } | ||
Revision as of 17:40, 13 July 2026
.mw-logo-icon {
width: var( --width-column-start, 13.25rem );
height: auto;
}
.mw-logo-wordmark {
display: none;
}
/* let the header grow instead of clipping the logo */
.vector-header,
.vector-header-start,
.mw-logo {
height: auto;
max-height: none;
}