move notification dot on the space panel up by 1px
This commit is contained in:
parent
d2fc1c42b0
commit
03ca7e0107
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ $activeBorderColor: $secondary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_NotificationBadge_dot {
|
.mx_NotificationBadge_dot {
|
||||||
margin: 1px -1px 0 0;
|
margin: 0 -1px 0 0;
|
||||||
border: 3px solid $groupFilterPanel-bg-color;
|
border: 3px solid $groupFilterPanel-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue