mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
81799f71bb
Although it's not being linked to, it can be visited from cached HTML. Ensure on this page the menu shows. Change-Id: Ib688e212c06d7febe82dcd3298e0627b4751dc97
16 lines
405 B
Plaintext
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;
|
|
}
|
|
}
|