MediaWiki:Common.css: Difference between revisions
Schang1146 (talk | contribs) Make Cargo table rows dark (no alternating colors) in dark mode |
Fix for navbar text |
||
Line 351: | Line 351: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
@media screen and (min-width: 1680px) { | |||
.mw-header { | |||
display: flex !important; | |||
} | |||
} | } |