Added check in StatusCard for isVertical

• Added:
- check in StatusCard for isVertical to force vertical layout for card image and texts
This commit is contained in:
mgabdev
2020-09-11 17:55:05 -05:00
parent 188dc4e008
commit b608453939
2 changed files with 18 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ class StatusMedia extends ImmutablePureComponent {
onOpenMedia={onOpenMedia}
cacheWidth={cacheWidth}
defaultWidth={defaultWidth}
isComment={isComment}
isVertical={isComment || isChild}
isReduced={isStatusCard || isComposeModalOpen}
/>
)