Merge "Ensure echo notifications counter is always visible"

This commit is contained in:
jenkins-bot 2023-05-25 19:36:51 +00:00 committed by Gerrit Code Review
commit a2c9911d6f

View file

@ -3,6 +3,11 @@
.mixin-notification-badge() {
position: relative;
// When 99+ allow counter so spill outside icon
&.mw-ui-button {
overflow: visible;
}
&::after {
position: absolute;
left: 55%;