MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 491: Line 491:
/* Responsive fix */
/* Responsive fix */
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
#sidebar .portlet[role="navigation"] {
.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
display: none !important;
}
}
}
}