Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Make avatar in the header look like a block
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Aug 23, 2017
1 parent cbc2752 commit 3c25567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/auth-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ export default class AuthBlock extends React.Component {
<Dropdown
className="header__auth header__toolbar"
icon={
<div className="header__corner header__corner--colored header__toolbar_item">
<Avatar user={current_user.get('user')} />
<div className="header__corner header__toolbar_item">
<Avatar
isRound={false}
size={60}
user={current_user.get('user')}
/>
</div>
}
theme="new"
Expand Down

0 comments on commit 3c25567

Please sign in to comment.