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

pull/21833/head
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
1 changed files with 2 additions and 1 deletions

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 {