Updated notification badge positioning

align with updated tabs bar design
This commit is contained in:
mgabdev 2019-08-15 14:33:21 -04:00
parent c60617cc00
commit 004dde2543
1 changed files with 2 additions and 6 deletions

View File

@ -1628,12 +1628,8 @@ a.account__display-name {
&__badge {
position: absolute;
box-sizing: border-box;
left: -16px;
top: -14px;
@media screen and (max-width: $nav-breakpoint-1) {
left: 27px;
top: 0;
}
left: -10px;
top: 1px;
min-width: 16px;
height: 16px;
padding: 1px 3px 0;