* fix uneven gutter size in thread panel * Fix indicator positioning * fix gutter sizing * fix dropdown inner padding and spacing * lint fix
This commit is contained in:
parent
e4df547c31
commit
70c10886c4
2 changed files with 8 additions and 8 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue