MediaWiki:Mobile.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
} | |||
@media (max-width: 800px) { | |||
#mw-panel, .mw-sidebar, .vectorSidebar { | |||
display: none !important; | |||
} | |||
#content, #mw-content-text { | |||
margin-left: 0 !important; | |||
padding-left: 1rem !important; | |||
} | |||
} | } | ||