mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
d7cc28fbcb
This reverts commit ca5e5c85af
and then
scopes the rules.
Bug: T241090
Bug: T242493
Change-Id: I0e6a4f6d235f34dc8f05a5e7ea5272d6465b80aa
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
// `!important` rules override the inline styles provides by clippable.
|
|
@media all and ( max-width: @width-breakpoint-tablet ) {
|
|
.mw-echo-ui-overlay {
|
|
.oo-ui-clippableElement-clippable {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.oo-ui-popupWidget-popup {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
|
left: 1px !important;
|
|
right: 2px;
|
|
}
|
|
}
|
|
}
|