mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 16:10:55 +00:00
c970b4aa8f
Bug: T218731 Change-Id: I38980f9f546ba32090f34c9ec584bb08ed11dd5c
33 lines
632 B
Plaintext
33 lines
632 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
|
|
.notifications-overlay .overlay-content {
|
|
top: @headerHeight;
|
|
bottom: @headerHeight;
|
|
|
|
.mw-echo-ui-notificationsWidget {
|
|
top: @headerHeight;
|
|
}
|
|
}
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
.notifications-overlay {
|
|
.mw-echo-notification {
|
|
padding: 1.75em @contentPaddingTablet;
|
|
}
|
|
|
|
.overlay-header .cancel {
|
|
// 0 because we want to have some tappable area to the left of the icon
|
|
left: 0;
|
|
}
|
|
|
|
.overlay-header {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin: 0; // T210191
|
|
width: 100%; // T218731
|
|
// T170903
|
|
max-width: none;
|
|
}
|
|
}
|
|
}
|