Moved read receipts to the bottom of the EventTile.
This commit is contained in:
parent
224528afd4
commit
ccd3234873
2 changed files with 4 additions and 19 deletions
|
@ -820,9 +820,6 @@ 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
|
||||
|
@ -846,6 +843,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue