MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 720:
margin: 0 auto; /* Center it */
line-height: 1.6; /* More breathing room between lines */
}
/* ======================================================= */
/* SMART HIDE: ONLY HIDE BUTTON ON DESKTOP SKIN */
/* ======================================================= */
/* This rule only triggers if the screen is wide AND the user is on the Desktop Skin */
@media screen and (min-width: 1000px) {
body.skin-vector-2022 #cps-open-toc {
display: none !important;
}
}
| |||