Vector-2022.css – MediaWiki

From Bohemia Interactive Community
m (Fix attempt)
m (Fix attempt (mobile))
Line 5: Line 5:
#p-navigation {
#p-navigation {
margin-top: unset !important;
margin-top: unset !important;
}
/* mobile */
.mw-table-of-contents-container {
height: unset;
}
}

Revision as of 21:45, 9 April 2025

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

/* mobile */
.mw-table-of-contents-container {
	height: unset;
}