diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-28 09:13:37 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-28 09:13:37 -0600 |
commit | e3fffac97bf33d117c92de509ec6aad9ac122b69 (patch) | |
tree | 64e7af37194f5e64f9738b690609f5b9edf5d966 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | 9c4f62ffebe46a49379b2072a391ce8033d4a676 (diff) | |
download | voidsky-e3fffac97bf33d117c92de509ec6aad9ac122b69.tar.zst |
Increase information density and enlarge some click targets
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 95b02837d..8a2d5068e 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -345,8 +345,8 @@ const styles = StyleSheet.create({ }, postText: { fontFamily: 'Helvetica Neue', - fontSize: 17, - lineHeight: 22.1, // 1.3 of 17px + fontSize: 16, + lineHeight: 20.8, // 1.3 of 16px }, postTextContainer: { flexDirection: 'row', |