MediaWiki:Mobile.css: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
Blanked the page
Tags: Blanking Mobile edit Mobile web edit
 
Line 1: Line 1:
/* Hide the text site name */
.branding-box a span {
    display: none !important;
}


/* Inject logo as pseudo-element */
.branding-box a::before {
    content: url('/images/niewulis-wiki-logo.svg');
    display: block;
    width: 2rem;
    height: 2rem;
}
/* Sidebar logo above nav links */
.menu #p-navigation::before {
    content: url('/images/niewulis-wiki-logo.svg');
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 1rem auto;
}