Fix read-receipt alignment

pull/21833/head
Jorik Schellekens 2020-06-10 15:21:36 +01:00
parent 72bb89d4ee
commit 11d85f167b
2 changed files with 7 additions and 3 deletions

View File

@ -108,12 +108,12 @@ $left-gutter: 65px;
top: 27px; top: 27px;
} }
.mx_EventTile_continuation .mx_EventTile_readAvatars, &.mx_EventTile_continuation .mx_EventTile_readAvatars,
.mx_EventTile_emote .mx_EventTile_readAvatars { &.mx_EventTile_emote .mx_EventTile_readAvatars {
top: 5px; top: 5px;
} }
.mx_EventTile_info .mx_EventTile_readAvatars { &.mx_EventTile_info .mx_EventTile_readAvatars {
top: 4px; top: 4px;
} }

View File

@ -43,6 +43,10 @@ $irc-line-height: $font-18px;
> .mx_EventTile_msgOption { > .mx_EventTile_msgOption {
order: 5; order: 5;
flex-shrink: 0; flex-shrink: 0;
.mx_EventTile_readAvatars {
top: 7px;
}
} }
> .mx_SenderProfile { > .mx_SenderProfile {