diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 15:56:07 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-10 16:50:41 -0400 |
commit | f9cee23e41c76bf6a5d607ba0d772b65aab7c3f0 (patch) | |
tree | 9a66b7011e66fdb9c5a8649dd3a146cd062cd19b /src/screens | |
parent | a19514a3916a2dc2eab28a085866b34f2e9f2bc6 (diff) |
updated minor styling
Diffstat (limited to 'src/screens')
-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 1a913e58..ffe21f4c 100644 --- a/src/screens/profile/MomentCommentsScreen.tsx +++ b/src/screens/profile/MomentCommentsScreen.tsx @@ -105,7 +105,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%', }, |