From 44c85bbc56f50255ab65ed9e9478f70c03213e8c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 9 Sep 2022 11:29:46 -0500 Subject: UI sizing fixes --- src/view/shell/mobile/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/view/shell/mobile/index.tsx') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 6aefbe971..cef72cfd4 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -87,7 +87,7 @@ const Btn = ({ return ( @@ -99,7 +99,7 @@ const Btn = ({ style={styles.ctrl} onPress={onPress} onLongPress={onLongPress}> - + ) } @@ -331,19 +331,19 @@ const styles = StyleSheet.create({ paddingBottom: 5, }, avi: { - width: 28, - height: 28, + width: 34, + height: 34, marginRight: 8, - borderRadius: 14, + borderRadius: 17, }, location: { flex: 1, flexDirection: 'row', borderRadius: 6, - paddingLeft: 10, + paddingLeft: 12, paddingRight: 6, - paddingTop: 6, - paddingBottom: 6, + paddingTop: 9, + paddingBottom: 9, backgroundColor: colors.gray1, // justifyContent: 'center', }, -- cgit 1.4.1