Tune the saved feeds ui

zio/stable
Paul Frazee 2023-05-25 14:58:04 -05:00
parent f03ac9fd56
commit a39a06ba09
1 changed files with 4 additions and 8 deletions

View File

@ -68,7 +68,7 @@ export const SavedFeeds = withAuthRequired(
return (
<>
<View style={[styles.footerLinks, pal.border]}>
<Link style={[styles.footerLink, pal.border]} href="/search/feeds">
<Link style={styles.footerLink} href="/search/feeds">
<FontAwesomeIcon
icon="search"
size={18}
@ -118,11 +118,7 @@ export const SavedFeeds = withAuthRequired(
pal.border,
isDesktopWeb && styles.desktopContainer,
]}>
<ViewHeader
title="Edit My Feeds"
showOnDesktop
showBorder={!isDesktopWeb}
/>
<ViewHeader title="My Feeds" showOnDesktop showBorder={!isDesktopWeb} />
<DraggableFlatList
containerStyle={[!isDesktopWeb && s.flex1]}
data={savedFeeds.all}
@ -277,7 +273,8 @@ const styles = StyleSheet.create({
},
footerText: {
paddingHorizontal: 26,
paddingVertical: 22,
paddingTop: 22,
paddingBottom: 100,
},
footerLinks: {
borderBottomWidth: 1,
@ -285,7 +282,6 @@ const styles = StyleSheet.create({
},
footerLink: {
flexDirection: 'row',
borderTopWidth: 1,
paddingHorizontal: 26,
paddingVertical: 18,
gap: 18,