0
0
Fork 0

Make direct statuses stand out more (#3025)

Resolves #2515
This commit is contained in:
Eugen Rochko 2017-05-13 01:38:51 +02:00 committed by GitHub
parent 66ff9ed34e
commit 1d5dcfcd46
2 changed files with 13 additions and 1 deletions

View file

@ -97,7 +97,7 @@ class Status extends ImmutablePureComponent {
}
return (
<div className={this.props.muted ? 'status muted' : 'status'}>
<div className={`status ${this.props.muted ? 'muted' : ''} status-${status.get('visibility')}`}>
<div className='status__info'>
<div className='status__info-time'>
<a href={status.get('url')} className='status__relative-time' target='_blank' rel='noopener'><RelativeTimestamp timestamp={status.get('created_at')} /></a>