Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

MediaWiki:Vector-2022.css: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 14: Line 14:
height: auto;
height: auto;
max-height: none;
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;
}