MediaWiki:Minerva.css: Difference between revisions
Appearance
Content deleted Content added
Dinoguy1000 (talk | contribs) consistently indent with tabs |
m T187757 |
||
Line 12: | Line 12: | ||
overflow: scroll; |
overflow: scroll; |
||
} |
} |
||
} |
|||
/* Until T187757 is fixed */ |
|||
#mw-mf-userinfo .mw-mf-action-button { |
|||
display: none; |
|||
} |
} |
Revision as of 11:20, 20 February 2018
/* Special treatment for navboxes on Minerva desktop (tablet) */
@media (min-width: 1000px) {
.sistersitebox,
table.vertical-navbox,
.navbox {
font-size: 0.7em !important;
}
.content table.vertical-navbox {
float: right !important;
max-width: 300px;
max-height: 200px;
overflow: scroll;
}
}
/* Until T187757 is fixed */
#mw-mf-userinfo .mw-mf-action-button {
display: none;
}