Fix thread list appearance (#8240)

This commit is contained in:
Germain 2022-04-06 11:48:30 +01:00 committed by GitHub
parent 35c49a8cd8
commit 0fcc271c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -326,8 +326,8 @@ hr.mx_RoomView_myReadMarker {
.mx_Indicator {
position: absolute;
right: 0;
top: 0;
right: -3px;
top: -3px;
width: $dot-size;
height: $dot-size;
border-radius: 50%;