Fix alignment of unread badge in thread list (#7582)
This commit is contained in:
parent
582a1b093f
commit
73a58705f6
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ $left-gutter: 64px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
right: -16px;
|
right: -16px;
|
||||||
top: 7px;
|
top: 6px;
|
||||||
|
left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-shape=thread_list][data-notification=total]::before {
|
&[data-shape=thread_list][data-notification=total]::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue