MediaWiki:Gadget-MobileStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 146: Line 146:
border: none !important;
border: none !important;
}
}
.featurelist td > .mw-collapsible:first-child > h3:first-of-type {
.featurelist td > p {
padding-top: 0 !important;
display: none;
}
body.user .featurelist td > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
margin-top: 1px !important;
padding-top: 1px !important;
}
@media all and (max-width: 719px) {
body.anon .featurelist td:first-child > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
padding-top: 1px !important;
}
}
}
.featurelist td > p {
@media all and (min-width: 720px) {
display: none;
body.anon .featurelist td > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
padding-top: 1px !important;
}
}
}
.scrollbox {
.scrollbox {