about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/SavedFeeds.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/SavedFeeds.tsx b/src/view/screens/SavedFeeds.tsx
index 0b9e55e0c..aba61e7d9 100644
--- a/src/view/screens/SavedFeeds.tsx
+++ b/src/view/screens/SavedFeeds.tsx
@@ -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}