summaryrefslogtreecommitdiff
path: root/client/src/lib/views/nav.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/lib/views/nav.js')
-rw-r--r--client/src/lib/views/nav.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/client/src/lib/views/nav.js b/client/src/lib/views/nav.js
index fe2e4b7..ef04f2d 100644
--- a/client/src/lib/views/nav.js
+++ b/client/src/lib/views/nav.js
@@ -89,11 +89,11 @@ const styles = StyleSheet.create({
alignItems: 'flex-end',
},
flexEnd: {
- alignItems: 'flex-end',
+ alignItems: 'center',
paddingRight: isMobile ? 5 : 10,
},
flexStart: {
- alignItems: 'flex-start',
+ alignItems: 'center',
paddingLeft: isMobile ? 5 : 10,
},
unselectedNavItem: {
@@ -111,9 +111,7 @@ const styles = StyleSheet.create({
margin: "0 auto",
justifyContent: 'center',
alignItems: 'flex-end',
- width: 35,
- height: 35,
+ width: isIphone ? 30 : 35,
+ height: isIphone ? 30 : 35,
},
})
-
-