mediawiki-skins-MinervaNeue/skinStyles/mobile.special.mobilemenu.styles/minerva.less
jdlrobson 81799f71bb Fix the broken main menu
Although it's not being linked to, it can be visited from cached HTML.
Ensure on this page the menu shows.

Change-Id: Ib688e212c06d7febe82dcd3298e0627b4751dc97
2020-01-10 19:14:43 +00:00

16 lines
405 B
Plaintext

@import '../../minerva.less/minerva.variables.less';
body.navigation-full-screen {
background-color: @primaryNavBackgroundColor;
// stylelint-disable-next-line selector-max-id
#mw-mf-page-left {
// !important needed to override media query rules set in mainmenu.less
width: 100% !important;
opacity: 1;
right: 0 !important;
display: block !important;
visibility: visible !important;
}
}