MediaWiki:Vector-2022.css: Difference between revisions

Created page with "Force Vector-2022 to show the full logo: .vector-header-logo { max-height: 60px !important; max-width: none !important; width: auto !important; overflow: visible !important; }"
 
mNo edit summary
Line 5: Line 5:
     width: auto !important;
     width: auto !important;
     overflow: visible !important;
     overflow: visible !important;
}
.vector-header-logo img {
    display: block !important;
}
.vector-header-wordmark {
    display: none !important;
}
}