Vector-2022.css – MediaWiki

From Bohemia Interactive Community
m (Fix attempt (mobile))
m (Fix mobile fix)
Line 8: Line 8:


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

Revision as of 10:25, 10 April 2025

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

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