MediaWiki:Vector-2022.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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; | |||
} | |||
.vector-header-start { | |||
flex-wrap: wrap; | |||
} | } | ||
Latest revision as of 17:41, 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;
}
.vector-header-start {
flex-wrap: wrap;
}