mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
c16c20a394
Uncover a bug and fix it in the process \o/ - it seems that the close icon is misplaced between clicking the notifications icon and loading the contents of the overlay - this confuses the webdriver as the button is not clickable. Bug: T219920 Change-Id: Ib4d076fd9b7ea1cd48b6b58940a50560eacd51a0
19 lines
360 B
Plaintext
19 lines
360 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;
|
|
}
|
|
}
|
|
}
|