Improved how in-UI profiles look
This commit is contained in:
parent
29e79f770f
commit
0634e8dee5
7 changed files with 94 additions and 64 deletions
|
@ -75,7 +75,7 @@ const Account = React.createClass({
|
|||
return (
|
||||
<Column>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', 'flex': '0 0 auto', height: '100%' }}>
|
||||
<Header account={account} />
|
||||
<Header account={account} me={me} />
|
||||
|
||||
<ActionBar account={account} me={me} onFollow={this.handleFollow} onBlock={this.handleBlock} />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue