diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:58:53 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:58:53 -0500 |
commit | bec94ed82c47f9a5275cbc5fc740dd97dda10183 (patch) | |
tree | e8f6610128c8f8b3a513ee8ade5ecb551901122a /src/view/com/pager/TabBar.tsx | |
parent | ed7293ea666538532d809f14431099064cae559e (diff) | |
download | voidsky-bec94ed82c47f9a5275cbc5fc740dd97dda10183.tar.zst |
Desktop styling fixes
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index a04693fa4..fe76a08b6 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -107,11 +107,12 @@ const styles = isDesktopWeb ? StyleSheet.create({ outer: { flexDirection: 'row', - paddingHorizontal: 18, + width: 598, + paddingHorizontal: 14, }, item: { paddingTop: 14, - paddingBottom: 16, + paddingBottom: 12, paddingHorizontal: 12, borderBottomWidth: 3, borderBottomColor: 'transparent', |