2023-04-03 19:44:38 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2020-02-10 23:39:09 +00:00
|
|
|
|
|
|
|
// `!important` rules override the inline styles provides by clippable.
|
2023-10-25 06:37:54 +00:00
|
|
|
@media all and ( max-width: @max-width-breakpoint-mobile ) {
|
2022-11-30 22:45:09 +00:00
|
|
|
.mw-echo-ui-overlay {
|
2020-02-10 23:39:09 +00:00
|
|
|
.oo-ui-clippableElement-clippable {
|
|
|
|
width: 100% !important;
|
2022-11-30 22:45:09 +00:00
|
|
|
max-width: none !important;
|
2020-02-10 23:39:09 +00:00
|
|
|
}
|
|
|
|
|
2022-07-18 22:35:28 +00:00
|
|
|
.mw-echo-ui-specialHelpMenuWidget-menu {
|
2022-08-04 19:13:59 +00:00
|
|
|
max-width: 70% !important;
|
2022-07-18 22:35:28 +00:00
|
|
|
}
|
|
|
|
|
2020-02-10 23:39:09 +00:00
|
|
|
.oo-ui-popupWidget-popup {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
|
|
|
left: 1px !important;
|
|
|
|
right: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|