Fixed status style padding bottom for sensitive media quote/child

• Fixed:
- status style padding bottom for sensitive media quote/child
This commit is contained in:
mgabdev 2020-10-24 14:16:21 -05:00
parent 2aaaeef967
commit fc2ce1c74e

@ -384,7 +384,7 @@ class Status extends ImmutablePureComponent {
radiusSmall: isChild,
borderColorSecondary: isChild,
border1PX: isChild,
pb10: isChild && status.get('media_attachments').size === 0 && !isNotification,
pb10: isChild && (status.get('media_attachments').size === 0 && !isNotification) || status.get('sensitive'),
pb5: isChild && status.get('media_attachments').size > 1 && !isNotification,
cursorPointer: isChild,
bgSubtle_onHover: isChild,