MediaWiki:Citizen.css: Difference between revisions

tweaks to otherwise slightly annoying header shadow
(show wiki name in sidebar)
(tweaks to otherwise slightly annoying header shadow)
 
Line 16:
opacity: initial;
font-family: 'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI','Oxygen','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
}
 
/* Make menu shadow less obtrusive */
@media screen and (min-width:950px) {
#mw-header-background {
width: 0px;
}
}
 
/* Try not to obscure content */
#mw-drawer-button-icon {
margin: 15px 19px;
}
 
/* Don't allow search to overlap with edit/history/etc buttons */
@media screen and (max-width:1290px) {
#page-tools {
padding-right: 2em;
}
 
.mw-editsection {
padding-right: 0.5em;
}
}