mirror of https://github.com/vector-im/riot-web
Merge pull request #5700 from SimonBrandner/fix-read-receipts-in-compact
Fix read receipts for compact layoutpull/21833/head
commit
12161f9da2
|
@ -105,16 +105,9 @@ $left-gutter: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_readAvatars {
|
.mx_EventTile_readAvatars {
|
||||||
top: 27px;
|
// This aligns the avatar with the last line of the
|
||||||
}
|
// message. We want to move it one line up - 2rem
|
||||||
|
top: -2rem;
|
||||||
&.mx_EventTile_continuation .mx_EventTile_readAvatars,
|
|
||||||
&.mx_EventTile_emote .mx_EventTile_readAvatars {
|
|
||||||
top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mx_EventTile_info .mx_EventTile_readAvatars {
|
|
||||||
top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body {
|
.mx_EventTile_content .markdown-body {
|
||||||
|
|
Loading…
Reference in New Issue