From 674153c7258da7454dde649c920b29937c8e0ba8 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 18 Dec 2024 20:15:05 +0000 Subject: [PATCH] move header inside sticky area (#7163) --- src/screens/Hashtag.tsx | 48 ++++++++++++++++++++--------------------- src/screens/Topic.tsx | 38 ++++++++++++++++---------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/src/screens/Hashtag.tsx b/src/screens/Hashtag.tsx index 83eb5b80da..fd1bdffa73 100644 --- a/src/screens/Hashtag.tsx +++ b/src/screens/Hashtag.tsx @@ -107,34 +107,34 @@ export default function HashtagScreen({ return ( - - - - {headerTitle} - {author && ( - - {_(msg`From @${sanitizedAuthor}`)} - - )} - - - - - ( + + + + {headerTitle} + {author && ( + + {_(msg`From @${sanitizedAuthor}`)} + + )} + + + + + section.title)} {...props} /> )} diff --git a/src/screens/Topic.tsx b/src/screens/Topic.tsx index 6cd69f05f2..62726bcc6f 100644 --- a/src/screens/Topic.tsx +++ b/src/screens/Topic.tsx @@ -88,29 +88,29 @@ export default function TopicScreen({ return ( - - - - {headerTitle} - - - - - ( + + + + {headerTitle} + + + + + section.title)} {...props} /> )}