MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "β†’β€ŽAll CSS here will be loaded for users of the Citizen skin: .citizen-table-wrapper { overflow-x: unset; }")
Β 
No edit summary
Line 2: Line 2:
.citizen-table-wrapper {
.citizen-table-wrapper {
Β Β  Β  overflow-x: unset;
Β Β  Β  overflow-x: unset;
}
@media screen and (min-width: 1120px)
.citizen-footer {
Β  Β  margin-bottom: 0;
Β  Β  display: none;
}
}

Revision as of 19:39, 3 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
.citizen-table-wrapper {
    overflow-x: unset;
}

@media screen and (min-width: 1120px)
.citizen-footer {
    margin-bottom: 0;
    display: none;
}