align room header with user menu button
This commit is contained in:
parent
ec65083c61
commit
c346122adf
2 changed files with 4 additions and 4 deletions
|
@ -221,7 +221,7 @@ export default createReactClass({
|
|||
}
|
||||
const topicElement =
|
||||
<div className="mx_RoomHeader_topic" ref={this._topic} title={topic} dir="auto">{ topic }</div>;
|
||||
const avatarSize = 28;
|
||||
const avatarSize = 32;
|
||||
let roomAvatar;
|
||||
if (this.props.room) {
|
||||
roomAvatar = (<RoomAvatar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue