about summary refs log tree commit diff
path: root/src/screens/Post/PostQuotes.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-03 13:50:48 -0500
committerGitHub <noreply@github.com>2024-09-03 13:50:48 -0500
commitddda612c1187ab679edc88677d9ebbcd40386672 (patch)
tree5442b6120582a7f19e3ff9b9e29d9c9638dc0a0c /src/screens/Post/PostQuotes.tsx
parent5c2e9f09bfebdbe519bc7df7b7269a48291b0bdd (diff)
downloadvoidsky-ddda612c1187ab679edc88677d9ebbcd40386672.tar.zst
Fix border on some listing screens (#5115)
* Fix border on PostQuotes, add debug atom

* Add util_screen_outer, apply to h_full_vh here needed
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} />