diff options
author | dan <dan.abramov@gmail.com> | 2023-11-09 21:56:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 21:56:25 +0000 |
commit | 664e7a91a96dfea08d47162ce67adb04412696c0 (patch) | |
tree | f093f7bd9facd6bf4899a793b85b5d89925fb4a3 | |
parent | c627a766cd7491e12e31e6a37bf114e3ddb24f7e (diff) | |
download | voidsky-664e7a91a96dfea08d47162ce67adb04412696c0.tar.zst |
Fix tab alignment on the web (#1857)
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 1 |
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: { |