mirror of https://github.com/vector-im/riot-web
Fix alignment of unread badge in thread list (#7582)
parent
582a1b093f
commit
73a58705f6
|
@ -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…
Reference in New Issue