Revert "Merge pull request #3892 from krkc/move-read-receipts-to-bottom"

This reverts commit 191abb5b0d.
This commit is contained in:
Travis Ralston 2020-03-05 17:24:51 -07:00
parent a808b05026
commit f33c930c41
2 changed files with 19 additions and 4 deletions

View file

@ -878,6 +878,9 @@ export default createReactClass({
// tab-index=-1 to allow it to be focusable but do not add tab stop for it, primarily for screen readers
return (
<div className={classes} tabIndex={-1}>
<div className="mx_EventTile_msgOption">
{ readAvatars }
</div>
{ sender }
<div className="mx_EventTile_line">
<a
@ -901,9 +904,6 @@ export default createReactClass({
{ reactionsRow }
{ actionBar }
</div>
<div className="mx_EventTile_msgOption">
{ readAvatars }
</div>
{
// The avatar goes after the event tile as it's absolutely positioned to be over the
// event tile line, so needs to be later in the DOM so it appears on top (this avoids