mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
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;
|
||||
border-radius: 50%;
|
||||
right: -16px;
|
||||
top: 7px;
|
||||
top: 6px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
&[data-shape=thread_list][data-notification=total]::before {
|
||||
|
|
Loading…
Reference in a new issue