mediawiki-skins-Insurgency/resources/skinStyles/ext.echo.styles.badge.less
Jon Robson 2d644b8596 Fix alignment when Echo is clicked
Bug: T257143
Change-Id: I91f92f20c1a773831980900a3ace37d60ada8f92
2022-11-21 13:07:55 +00:00

16 lines
284 B
Text

#pt-notifications-notice .mw-echo-notifications-badge,
#pt-notifications-alert .mw-echo-notifications-badge {
display: inline-block;
background-size: 16px 16px;
background-repeat: no-repeat;
top: -1px;
&.oo-ui-widget {
top: 0.1em;
}
&:after {
top: 6px;
left: 45%;
}
}