about summary refs log tree commit diff
path: root/src/view/com/pager/TabBar.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 22:58:53 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 22:58:53 -0500
commitbec94ed82c47f9a5275cbc5fc740dd97dda10183 (patch)
treee8f6610128c8f8b3a513ee8ade5ecb551901122a /src/view/com/pager/TabBar.tsx
parented7293ea666538532d809f14431099064cae559e (diff)
downloadvoidsky-bec94ed82c47f9a5275cbc5fc740dd97dda10183.tar.zst
Desktop styling fixes
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r--src/view/com/pager/TabBar.tsx5
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',