From 0ab19b45a24253e2666df2b1722fb904423fa93d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 2 Dec 2023 17:56:04 -0800 Subject: Tweak layout a bit more --- src/view/com/profile/ProfileCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index b14f2833b..21972f274 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -228,6 +228,7 @@ const styles = StyleSheet.create({ outer: { borderTopWidth: 1, paddingHorizontal: 6, + paddingVertical: 4, }, outerNoBorder: { borderTopWidth: 0, @@ -261,7 +262,6 @@ const styles = StyleSheet.create({ paddingLeft: 54, paddingRight: 10, paddingBottom: 10, - paddingTop: 15, }, pills: { flexDirection: 'row', -- cgit 1.4.1