MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 69: | Line 69: | ||
} | } | ||
/* -------- | /* Force mobile header to show custom logo */ | ||
/* | .vector-header-container .mw-logo-icon { | ||
background-image: url("https://bharatwikipedia.org/images/BharatWikipedia.svg") !important; | |||
background-size: contain !important; | |||
background-repeat: no-repeat !important; | |||
width: 140px !important; /* size of your mobile logo */ | |||
height: 40px !important; | |||
display: block !important; | |||
opacity: 1 !important; | |||
} | |||
/* | /* Remove default mobile icon image */ | ||
.vector-header- | .vector-header-container .mw-logo-icon img { | ||
display: none !important; | |||
} | } | ||