ConversationHeader: centered title, ConvoListItem: unbold name
This commit is contained in:
parent
b7d5013558
commit
7dd931fb7e
3 changed files with 43 additions and 8 deletions
|
@ -242,8 +242,12 @@ export class ConversationHeader extends React.Component<Props> {
|
|||
return (
|
||||
<div className="module-conversation-header">
|
||||
{this.renderBackButton()}
|
||||
{this.renderAvatar()}
|
||||
{this.renderTitle()}
|
||||
<div className="module-conversation-header__title-container">
|
||||
<div className="module-conversation-header__title-flex">
|
||||
{this.renderAvatar()}
|
||||
{this.renderTitle()}
|
||||
</div>
|
||||
</div>
|
||||
{this.renderExpirationLength()}
|
||||
{this.renderGear(id)}
|
||||
{this.renderMenu(id)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue