Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 73a5870

Browse files
author
Germain
authored
Fix alignment of unread badge in thread list (#7582)
1 parent 582a1b0 commit 73a5870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ $left-gutter: 64px;
6363
height: 8px;
6464
border-radius: 50%;
6565
right: -16px;
66-
top: 7px;
66+
top: 6px;
67+
left: auto;
6768
}
6869

6970
&[data-shape=thread_list][data-notification=total]::before {

0 commit comments

Comments
 (0)