fix up dynamically loaded svgs, and fix bottomleftmenu

This commit is contained in:
Matthew Hodgson 2016-01-05 03:34:25 +00:00
parent bbf08d99cc
commit b996022db2
11 changed files with 103 additions and 9 deletions

View file

@ -48,7 +48,7 @@ module.exports = React.createClass({
return (
<div className="mx_RoomTile" onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave} onClick={this.props.onClick}>
<div className="mx_RoomTile_avatar">
<img src={ this.props.img } width="24" height="24"/>
<img src={ this.props.img } width="26" height="26"/>
</div>
{ label }
</div>