mirror of https://github.com/vector-im/riot-web
Fix read-receipt alignment
parent
72bb89d4ee
commit
11d85f167b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue