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:
@@ -105,7 +105,7 @@ class StatusMedia extends ImmutablePureComponent {
|
||||
onOpenMedia={onOpenMedia}
|
||||
cacheWidth={cacheWidth}
|
||||
defaultWidth={defaultWidth}
|
||||
isComment={isComment}
|
||||
isVertical={isComment || isChild}
|
||||
isReduced={isStatusCard || isComposeModalOpen}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user