MediaWiki:Vector.css: Difference between revisions

From Toolkit.Socialnetwork.Health
No edit summary
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.mw-wiki-logo {
background-size: contain;
}


@media screen and (min-width: 1200px) {
@media screen and (min-width: 1200px) {

Latest revision as of 05:39, 18 March 2024

/* All CSS here will be loaded for users of the Vector skin */

.mw-wiki-logo {
	background-size: contain;
}

@media screen and (min-width: 1200px) {
	.client-js .vector-search-box.vector-search-box-auto-expand-width {
		margin-left: 24px;
	}
}