MediaWiki:Vector.css: Difference between revisions
From Harrison County Wiki
Jump to navigationJump to search
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
#p-logo a { | |||
display: block !important; | |||
max-width: 150px !important; /* Adjust size as needed */ | |||
max-height: 150px !important; | |||
width: auto !important; | |||
height: auto !important; | |||
overflow: visible !important; | |||
} | |||
#p-logo { | |||
overflow: visible !important; /* Let logo overflow container if needed */ | |||
min-width: 160px !important; /* Ensure sidebar/panel is wide enough */ | |||
} |
Revision as of 04:12, 4 August 2025
#p-logo a { display: block !important; max-width: 150px !important; /* Adjust size as needed */ max-height: 150px !important; width: auto !important; height: auto !important; overflow: visible !important; } #p-logo { overflow: visible !important; /* Let logo overflow container if needed */ min-width: 160px !important; /* Ensure sidebar/panel is wide enough */ }