2020-02-10 23:39:09 +00:00
|
|
|
@import 'mediawiki.ui/variables';
|
|
|
|
|
|
|
|
// `!important` rules override the inline styles provides by clippable.
|
|
|
|
@media all and ( max-width: @width-breakpoint-tablet ) {
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|