diff options
Diffstat (limited to 'src/screens/Post/PostQuotes.tsx')
-rw-r--r-- | src/screens/Post/PostQuotes.tsx | 2 |
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} /> |