This commit is contained in:
mgabdev
2020-05-06 19:40:54 -04:00
parent 4dfb7c9fd6
commit c1131db577
30 changed files with 811 additions and 452 deletions

View File

@@ -230,6 +230,7 @@ class StatusContent extends ImmutablePureComponent {
statusContent: 1,
px15: !isComment,
outlineNone: 1,
mt5: isComment,
})
return (
@@ -290,8 +291,10 @@ class StatusContent extends ImmutablePureComponent {
const statusContentClasses = cx({
statusContent: 1,
height215PX: collapsed,
height215PX: collapsed & !isComment,
height122PX: collapsed && isComment,
overflowHidden: collapsed,
mt5: isComment,
})
return (