diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-11 18:56:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 18:56:28 -0400 |
| commit | 68d10064cf1dcd2a774a4b2299f3a64f8fb75c60 (patch) | |
| tree | e8367c2a8cdb19e52c2a70b73ab2a89865efd54a /src/screens/profile/MomentCommentsScreen.tsx | |
| parent | 610b6c9ddd2414b3b0d5c4cc24c35ef6e9e68513 (diff) | |
| parent | 51f397132d227edf5e07d48d673ee167d2aa5937 (diff) | |
Merge pull request #409 from IvanIFChen/tma799-comment-likes
[TMA-799] Comments likes
Diffstat (limited to 'src/screens/profile/MomentCommentsScreen.tsx')
| -rw-r--r-- | src/screens/profile/MomentCommentsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/MomentCommentsScreen.tsx b/src/screens/profile/MomentCommentsScreen.tsx index bf07ae30..4b332b56 100644 --- a/src/screens/profile/MomentCommentsScreen.tsx +++ b/src/screens/profile/MomentCommentsScreen.tsx @@ -102,7 +102,7 @@ const styles = StyleSheet.create({ }, body: { marginTop: HeaderHeight, - width: SCREEN_WIDTH * 0.9, + width: SCREEN_WIDTH * 0.95, height: SCREEN_HEIGHT * 0.8, paddingTop: '3%', }, |
