diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-02 17:56:04 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-02 17:56:04 -0800 |
commit | 0ab19b45a24253e2666df2b1722fb904423fa93d (patch) | |
tree | 737ba0968b196f6c12405e84a79637e80b7ffd26 | |
parent | 07afcab6b2eb1a58907bab97578a00649419c756 (diff) | |
download | voidsky-0ab19b45a24253e2666df2b1722fb904423fa93d.tar.zst |
Tweak layout a bit more
-rw-r--r-- | src/view/com/profile/ProfileCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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', |