mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
ConversationHeader: centered title, ConvoListItem: unbold name
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user