Move more colours to scss
This commit is contained in:
parent
c9f42a7b85
commit
cbb962fd77
9 changed files with 61 additions and 39 deletions
|
@ -52,7 +52,7 @@ const DetailedStatus = React.createClass({
|
|||
}
|
||||
|
||||
return (
|
||||
<div style={{ background: '#2f3441', padding: '14px 10px' }} className='detailed-status'>
|
||||
<div style={{ padding: '14px 10px' }} className='detailed-status'>
|
||||
<a href={status.getIn(['account', 'url'])} onClick={this.handleAccountClick} className='detailed-status__display-name' style={{ display: 'block', overflow: 'hidden', marginBottom: '15px' }}>
|
||||
<div style={{ float: 'left', marginRight: '10px' }}><Avatar src={status.getIn(['account', 'avatar'])} size={48} /></div>
|
||||
<DisplayName account={status.get('account')} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue