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