MediaWiki:Vector-2022.css: Difference between revisions

From Ylvapedia
(max-width is the devil, @ me if you disagree)
 
(One element forgotten)
Line 4: Line 4:
}
}
.mw-content-container {
.mw-content-container {
max-width: unset;
}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
max-width: unset;
max-width: unset;
}
}

Revision as of 03:39, 24 December 2024

/* Resolves some max-width cancer that's mangling tables */
.mw-page-container {
	max-width: unset;
}
.mw-content-container {
	max-width: unset;
}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
	max-width: unset;
}