about summary refs log tree commit diff
path: root/src/screens/Post/PostRepostedBy.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Post/PostRepostedBy.tsx')
-rw-r--r--src/screens/Post/PostRepostedBy.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Post/PostRepostedBy.tsx b/src/screens/Post/PostRepostedBy.tsx
index 2a8ef1e0f..f8c058ff7 100644
--- a/src/screens/Post/PostRepostedBy.tsx
+++ b/src/screens/Post/PostRepostedBy.tsx
@@ -27,7 +27,7 @@ export const PostRepostedByScreen = ({route}: Props) => {
   )
 
   return (
-    <CenteredView style={a.h_full_vh} sideBorders={true}>
+    <CenteredView style={a.util_screen_outer} sideBorders={true}>
       <ListHeaderDesktop title={_(msg`Reposted By`)} />
       <ViewHeader title={_(msg`Reposted By`)} showBorder={!isWeb} />
       <PostRepostedByComponent uri={uri} />