diff options
author | Hailey <me@haileyok.com> | 2024-08-29 15:55:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 15:55:17 -0700 |
commit | 497aacf11329af7b2234691ba9f1f33c1c5680d8 (patch) | |
tree | 6bd19ba07864bedde81fa52eb46421afceebdfc6 /src/components/Lists.tsx | |
parent | 69e896c221be26cefdf1030f527ebf9e1e4ce1f7 (diff) | |
download | voidsky-497aacf11329af7b2234691ba9f1f33c1c5680d8.tar.zst |
fix hashtag screen side borders (#4983)
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r-- | src/components/Lists.tsx | 2 |
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, |