mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-02 02:31:41 +03:00
revert width change
This commit is contained in:
parent
e5859f74aa
commit
53b3922495
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user