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

Commit

Permalink
Fix alignment of unread badge in thread list (#7582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain authored Jan 20, 2022
1 parent 582a1b0 commit 73a5870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73a5870

Please sign in to comment.