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 */
/* Custom Mobile Header Logo (Vector 2022)                    */
.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;
}


/* Hide mobile title text */
/* Remove default mobile icon image */
.vector-header-start .vector-header-title {
.vector-header-container .mw-logo-icon img {
     font-size: 0 !important;  /* hides the text without breaking layout */
     display: none !important;
    line-height: 0 !important;
}
}