mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Align notification badge higher on the personal navigation bar
Bug: T108190 Change-Id: Id25213689c2ec9a6031bd120020c0b5ebde6e14f
This commit is contained in:
parent
7a3a1ae1a0
commit
327466a2d3
|
@ -9,4 +9,5 @@
|
|||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
background-color: #d2d2d2;
|
||||
margin-top: -0.2em;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.mw-echo-notifications-badge {
|
||||
#pt-notifications_alert &,
|
||||
#pt-notifications_message & {
|
||||
.mixin-notifications-badge;
|
||||
.mixin-notifications-badge();
|
||||
display: inline-block;
|
||||
|
||||
padding: @badge-padding 0.35em @badge-padding 1.45em;
|
||||
|
|
Loading…
Reference in a new issue