MediaWiki:Monobook.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 229: Line 229:
.mw-advancedSearch-namespaceFilter {
.mw-advancedSearch-namespaceFilter {
top: 0 !important;
top: 0 !important;
}
/* Responsive fix */
@media all and (max-width: 550px) {
#sidebar .portlet[role="navigation"] {
display: none !important;
}
}
/* Search up top */
#sidebar {
display: flex;
flex-direction: column;
}
#p-search {
order: -1;
}
}