MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(fix float style with infoboxes)
(No difference)

Revision as of 00:40, 29 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
/* [[Template:Infobox_start]], some compat, may be better via wgCitizenTableNowrapClasses */
@media screen and (min-width: 500px) {
.citizen-table-wrapper:has(> .t-infobox) {
overflow-x: unset;
}
}