2020-02-10 23:39:09 +00:00
|
|
|
@import 'mediawiki.ui/variables';
|
|
|
|
|
|
|
|
@media all and ( max-width: @width-breakpoint-tablet ) {
|
|
|
|
// On mobile screens position the anchor arrow correctly so it points to the
|
|
|
|
// notifications badge.
|
|
|
|
.mw-echo-ui-overlay .oo-ui-popupWidget-anchor {
|
|
|
|
// Override the inline style.
|
|
|
|
left: auto !important;
|
|
|
|
right: 68px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-18 20:12:22 +00:00
|
|
|
.mw-echo-ui-overlay {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
top: auto;
|
|
|
|
|
|
|
|
.mw-echo-ui-actionMenuPopupWidget-menu {
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
box-shadow: none;
|
2017-10-08 17:26:43 +00:00
|
|
|
border: 1px solid #54595d;
|
2016-08-18 20:12:22 +00:00
|
|
|
// Override the positioning of the menu
|
|
|
|
// so it is "stuck" on the bottom of the
|
|
|
|
// notification overlay panel
|
|
|
|
position: static !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: none !important;
|
|
|
|
height: auto !important;
|
|
|
|
top: auto !important;
|
|
|
|
}
|
|
|
|
}
|