Fix alignment of unread badge in thread list (#7582)

This commit is contained in:
Germain 2022-01-20 08:47:37 +00:00 committed by GitHub
parent 582a1b093f
commit 73a58705f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,8 @@ $left-gutter: 64px;
height: 8px;
border-radius: 50%;
right: -16px;
top: 7px;
top: 6px;
left: auto;
}
&[data-shape=thread_list][data-notification=total]::before {