revert width change

This commit is contained in:
feruz 2020-01-22 10:04:33 +02:00
parent e5859f74aa
commit 53b3922495

View File

@ -377,7 +377,7 @@ const CommentBody = ({
key={`akey-${created.toString()}`}
source={{ html }}
allowsFullscreenVideo={true}
style={{ width: WIDTH - (40 + 34 * (commentDepth % 6)) }}
style={{ width: WIDTH - (32 + 34 * (commentDepth % 6)) }}
customStyle={customStyle}
onMessage={__handleOnLinkPress}
customScript={customCommentScript}