Improved how user lists look, added follow button to them
This commit is contained in:
parent
1c84d505c8
commit
ac4f53a3a2
6 changed files with 118 additions and 32 deletions
|
@ -109,7 +109,7 @@ const SuggestionsBox = React.createClass({
|
|||
<Link key={account.get('id')} style={itemStyle} to={`/accounts/${account.get('id')}`}>
|
||||
<div style={{ float: 'left', marginRight: '10px' }}><Avatar src={account.get('avatar')} size={36} /></div>
|
||||
<strong style={displayNameStyle}>{displayName}</strong>
|
||||
<span style={acctStyle}>{account.get('acct')}</span>
|
||||
<span style={acctStyle}>@{account.get('acct')}</span>
|
||||
</Link>
|
||||
)
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue