about summary refs log tree commit diff
path: root/src/components/Lists.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-08-29 15:55:17 -0700
committerGitHub <noreply@github.com>2024-08-29 15:55:17 -0700
commit497aacf11329af7b2234691ba9f1f33c1c5680d8 (patch)
tree6bd19ba07864bedde81fa52eb46421afceebdfc6 /src/components/Lists.tsx
parent69e896c221be26cefdf1030f527ebf9e1e4ce1f7 (diff)
downloadvoidsky-497aacf11329af7b2234691ba9f1f33c1c5680d8.tar.zst
fix hashtag screen side borders (#4983)
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r--src/components/Lists.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx
index beeb55476..2d9e61a96 100644
--- a/src/components/Lists.tsx
+++ b/src/components/Lists.tsx
@@ -178,7 +178,7 @@ let ListMaybePlaceholder = ({
     return (
       <CenteredView
         style={[
-          a.flex_1,
+          a.h_full_vh,
           a.align_center,
           !gtMobile ? a.justify_between : a.gap_5xl,
           t.atoms.border_contrast_low,