Vector-2022.css – MediaWiki

From Bohemia Interactive Community
m (Fix mobile fix)
m (Fix)
Line 2: Line 2:
#wikiPreview {
#wikiPreview {
max-width: unset !important;
max-width: unset !important;
}
#p-navigation {
margin-top: unset !important;
}
}



Revision as of 19:08, 12 April 2025

.mw-content-container,
#wikiPreview {
	max-width: unset !important;
}

/* mobile */
@media screen and (max-width:999px) {
	.mw-table-of-contents-container {
		height: unset;
	}
}