MediaWiki:Vector.css: Difference between revisions

From Harrison County Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
#mw-panel .portal-logo {
#mw-panel .portal-logo,
     max-width: 25px; /* adjust this size as needed */
#mw-panel .portal-logo img {
     max-height: 25px; /* adjust to keep aspect ratio */
     max-width: 50px !important;
     object-fit: contain; /* keep image proportions */
     max-height: 50px !important;
    width: auto !important;
    height: auto !important;
     object-fit: contain !important;
}
}

Revision as of 04:04, 4 August 2025

#mw-panel .portal-logo,
#mw-panel .portal-logo img {
    max-width: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}