MediaWiki:Vector.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 36: Line 36:
     height: auto !important;
     height: auto !important;
     overflow: visible !important;
     overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}
}


Line 41: Line 43:
     background-size: contain !important;
     background-size: contain !important;
     background-position: left center !important;
     background-position: left center !important;
}
/* 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;
}
}