MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
aspect-ratio: 3 / 1; | aspect-ratio: 3 / 1; | ||
object-fit: cover; | object-fit: cover; | ||
} | |||
/* Hides the entire sidebar navigation panel */ | |||
#mw-navigation, .mw-navigation { | |||
display: none; | |||
} | } | ||
/* hide theme toggle */ | /* hide theme toggle */ | ||