Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
>Teg |
>Teg |
||
| Line 14: | Line 14: | ||
} | } | ||
| + | /* hide editing elements on mobile */ | ||
@media (max-width: 850px) { | @media (max-width: 850px) { | ||
.mw-portlet-body { | .mw-portlet-body { | ||
Revision as of 02:07, 18 September 2018
/* CSS placed here will affect users of the Timeless skin */
#p-logo {
display: none;
}
.toc .toctitle {
position: relative;
}
.toctoggle {
position: absolute;
right: 0;
}
/* hide editing elements on mobile */
@media (max-width: 850px) {
.mw-portlet-body {
display: none;
}
}