mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 09:54:45 +00:00
433458ba98
On desktop, the "Alert" icon had more white space around it than the "Notice" icon, and its popup displayed with a different offset. On mobile, the combined icon jumped around while the page was loading. Change-Id: Icdd5bc6e8478f3453b6461a35b7fb53e8ab014e9
21 lines
372 B
Plaintext
21 lines
372 B
Plaintext
/* stylelint-disable selector-max-id */
|
|
#pt-notifications-notice,
|
|
#pt-notifications-alert {
|
|
.mw-echo-notifications-badge {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
a.mw-ui-icon-wikimedia-bellOutline-base20 {
|
|
color: transparent;
|
|
}
|
|
}
|
|
|
|
li#pt-notifications-notice,
|
|
li#pt-notifications-alert {
|
|
list-style: none;
|
|
width: 1.25em;
|
|
height: 1.25em;
|
|
padding: 0.75em;
|
|
vertical-align: middle;
|
|
}
|