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