Port #8240 to release (#8241)

* 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:
Germain 2022-04-06 11:48:58 +01:00 committed by RiotRobot
parent e4df547c31
commit 70c10886c4
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%;