mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
088697a73d
In Vector, these rules result in the anchor pointing to the wrong place. They seem to be improve things in Minerva, so these are restricted to that skin. Bug: T276566 Change-Id: If871ab59fea519b48568781ffd9ddf6640006385
20 lines
438 B
Plaintext
20 lines
438 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;
|
|
}
|
|
|
|
.oo-ui-popupWidget-popup {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
|
left: 1px !important;
|
|
right: 2px;
|
|
}
|
|
}
|
|
}
|