This commit is contained in:
mgabdev
2020-04-23 23:17:27 -04:00
parent e2e7e8c0af
commit 01c8041a6a
73 changed files with 905 additions and 1002 deletions

View File

@@ -73,7 +73,7 @@ class Status extends ImmutablePureComponent {
isIntersecting: PropTypes.bool,
onClick: PropTypes.func,
onReply: PropTypes.func,
onQuote: PropTypes.func,
onRepost: PropTypes.func,
onFavorite: PropTypes.func,
onMention: PropTypes.func,
onOpenMedia: PropTypes.func,
@@ -448,10 +448,12 @@ class Status extends ImmutablePureComponent {
pb15: isFeatured,
radiusSmall: !isChild,
backgroundColorPrimary: !isChild,
boxShadowBlock: !isChild,
outlineNone: 1,
mb15: !isChild,
border1PX: !isChild,
borderBottom1PX: isFeatured && !isChild,
borderColorSecondary: !isChild,
// border1PX: !isChild,
// borderBottom1PX: isFeatured && !isChild,
// borderColorSecondary: !isChild,
})
const innerContainerClasses = cx({
@@ -510,7 +512,7 @@ class Status extends ImmutablePureComponent {
status={status}
onFavorite={this.props.onFavorite}
onReply={this.props.onReply}
onQuote={this.props.onQuote}
onRepost={this.props.onRepost}
onShare={this.props.onShare}
/>
}