Fix saved feeds screen layout on web (close #920) (#943)

zio/stable
Paul Frazee 2023-07-02 15:59:07 -05:00 committed by GitHub
parent 1ea2a94b9b
commit 7cf0db7d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export const SavedFeeds = withAuthRequired(
showBorder={!isDesktopWeb}
/>
<DraggableFlatList
containerStyle={[!isDesktopWeb && s.flex1]}
containerStyle={[isDesktopWeb ? s.hContentRegion : s.flex1]}
data={savedFeeds.all}
keyExtractor={item => item.data.uri}
refreshing={savedFeeds.isRefreshing}