about summary refs log tree commit diff
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-11-09 21:56:25 +0000
committerGitHub <noreply@github.com>2023-11-09 21:56:25 +0000
commit664e7a91a96dfea08d47162ce67adb04412696c0 (patch)
treef093f7bd9facd6bf4899a793b85b5d89925fb4a3
parentc627a766cd7491e12e31e6a37bf114e3ddb24f7e (diff)
downloadvoidsky-664e7a91a96dfea08d47162ce67adb04412696c0.tar.zst
Fix tab alignment on the web (#1857)
-rw-r--r--src/view/com/pager/FeedsTabBarMobile.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx
index 5fda0a991..8c29ad6ab 100644
--- a/src/view/com/pager/FeedsTabBarMobile.tsx
+++ b/src/view/com/pager/FeedsTabBarMobile.tsx
@@ -97,7 +97,6 @@ const styles = StyleSheet.create({
     right: 0,
     top: 0,
     flexDirection: 'column',
-    alignItems: 'center',
     borderBottomWidth: 1,
   },
   topBar: {