mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 23:55:53 +00:00
Merge "Ensure echo notifications counter is always visible"
This commit is contained in:
commit
a2c9911d6f
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue