fix up new message layout
This commit is contained in:
parent
9c215efcbf
commit
8ebb8ba427
3 changed files with 5 additions and 9 deletions
|
@ -175,7 +175,7 @@ module.exports = React.createClass({
|
|||
if (unreadMsgs) {
|
||||
statusBar = (
|
||||
<div className="mx_RoomView_unreadMessagesBar" onClick={ this.scrollToBottom }>
|
||||
<img src="img/newmessages.png" width="10" height="12" alt=""/>
|
||||
<img src="img/newmessages.png" width="24" height="24" alt=""/>
|
||||
{unreadMsgs}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue