diff options
author | dan <dan.abramov@gmail.com> | 2024-12-12 15:35:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 15:35:56 +0000 |
commit | 88166926fa64c7dd7924a3a8100056175c5f989b (patch) | |
tree | 6d20736ea725124a5e0485b45f4b6d59b7ad18b7 /src/screens/Hashtag.tsx | |
parent | 704e36c2801c4c06a3763eaef90c6a3e532a326d (diff) | |
download | voidsky-88166926fa64c7dd7924a3a8100056175c5f989b.tar.zst |
Make the pager take full width (#7066)
* Wide tabs for web * Wide tabs on mobile * Tweak min for profile * Driveby border fix * Fix single tab indicator
Diffstat (limited to 'src/screens/Hashtag.tsx')
-rw-r--r-- | src/screens/Hashtag.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Hashtag.tsx b/src/screens/Hashtag.tsx index a87487150..3e98f364b 100644 --- a/src/screens/Hashtag.tsx +++ b/src/screens/Hashtag.tsx @@ -107,7 +107,7 @@ export default function HashtagScreen({ return ( <Layout.Screen> - <Layout.Header.Outer> + <Layout.Header.Outer noBottomBorder> <Layout.Header.BackButton /> <Layout.Header.Content> <Layout.Header.TitleText>{headerTitle}</Layout.Header.TitleText> |