mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
0659331111
Bug: T280839 Change-Id: Id2b26aab650fbb48c9fe8310e96dae12b354849e
24 lines
516 B
Plaintext
24 lines
516 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
// `!important` rules override the inline styles provides by clippable.
|
|
@media all and ( max-width: @width-breakpoint-tablet ) {
|
|
.skin-minerva .mw-echo-ui-overlay {
|
|
.oo-ui-clippableElement-clippable {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.mw-echo-ui-specialHelpMenuWidget-menu {
|
|
max-width: 70% !important;
|
|
}
|
|
|
|
.oo-ui-popupWidget-popup {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
|
left: 1px !important;
|
|
right: 2px;
|
|
}
|
|
}
|
|
}
|