Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update error component of lists to take up the full height instead of its content height (#6236)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

authored by

Khuddite
Samuel Newman
and committed by
GitHub
5ee809e4 7008f61e

+1 -1
+1 -1
src/components/Error.tsx
··· 32 32 return ( 33 33 <CenteredView 34 34 style={[ 35 - a.w_full, 35 + a.h_full_vh, 36 36 a.align_center, 37 37 a.gap_5xl, 38 38 !gtMobile && a.justify_between,