alt tags for avatars; improve header spacing; improve roomview margin
This commit is contained in:
parent
5f367f7c75
commit
aa70dd7b67
13 changed files with 19 additions and 16 deletions
|
@ -55,7 +55,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_RoomHeader_wrapper">
|
||||
<div className="mx_RoomHeader_leftRow">
|
||||
<div className="mx_RoomHeader_avatar">
|
||||
<img src={ MatrixClientPeg.get().getAvatarUrlForRoom(this.props.room, 48, 48, "crop") } width="48" height="48"/>
|
||||
<img src={ MatrixClientPeg.get().getAvatarUrlForRoom(this.props.room, 48, 48, "crop") } width="48" height="48" alt=""/>
|
||||
</div>
|
||||
<div className="mx_RoomHeader_info">
|
||||
<div className="mx_RoomHeader_name">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue