This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -201,7 +201,7 @@ class StatusContent extends ImmutablePureComponent {
const mentionLinks = status.get('mentions').map(item => (
<Button
text
isText
backgroundColor='none'
to={`/${item.get('acct')}`}
href={`/${item.get('acct')}`}
@@ -253,7 +253,7 @@ class StatusContent extends ImmutablePureComponent {
<div className={spoilerContainerClasses}>
<div className={[_s.default, _s.flexRow, _s.mr5].join(' ')}>
<Icon id='warning' height='14px' width='14px' className={[_s.fillColorBlack, _s.mt2, _s.mr5].join(' ')}/>
<Icon id='warning' size='14px' className={[_s.fillColorBlack, _s.mt2, _s.mr5].join(' ')}/>
<div
className={_s.statusContent}
dangerouslySetInnerHTML={spoilerContent}
@@ -263,7 +263,7 @@ class StatusContent extends ImmutablePureComponent {
<div className={[_s.default, _s.mt10, _s.alignItemsStart].join(' ')}>
<Button
narrow
isNarrow
radiusSmall
backgroundColor='tertiary'
color='primary'
@@ -317,7 +317,7 @@ class StatusContent extends ImmutablePureComponent {
{
this.state.collapsed &&
<Button
text
isText
underlineOnHover
color='primary'
backgroundColor='none'