mediawiki-skins-MinervaNeue/skinStyles/ext.echo.styles.badge.less
Bartosz Dziewoński 433458ba98 Tweak margins/paddings of Echo icons
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
2022-12-14 04:36:14 +01:00

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;
}