diff --git a/src/lib/styles.ts b/src/lib/styles.ts index e3d0a2708f..7644be5231 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -66,7 +66,7 @@ export const gradients = { export const s = StyleSheet.create({ // helpers footerSpacer: {height: 50}, - contentContainer: {paddingBottom: 200}, + contentContainer: {paddingBottom: 100}, contentContainerExtra: {paddingBottom: 300}, border0: {borderWidth: 0}, border1: {borderWidth: 1}, diff --git a/src/view/screens/AccessibilitySettings.tsx b/src/view/screens/AccessibilitySettings.tsx index 2a4477532d..5cb5c6a39f 100644 --- a/src/view/screens/AccessibilitySettings.tsx +++ b/src/view/screens/AccessibilitySettings.tsx @@ -80,7 +80,7 @@ export function AccessibilitySettingsScreen({}: Props) { style={s.flex1} contentContainerStyle={[ s.flex1, - {paddingBottom: 200}, + {paddingBottom: 100}, isMobile && pal.viewLight, ]}> diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index a36c404444..650fd43548 100644 --- a/src/view/screens/Search/Explore.tsx +++ b/src/view/screens/Search/Explore.tsx @@ -571,7 +571,7 @@ export function Explore() { keyExtractor={item => item.key} // @ts-ignore web only -prf desktopFixedHeight - contentContainerStyle={{paddingBottom: 200}} + contentContainerStyle={{paddingBottom: 100}} keyboardShouldPersistTaps="handled" keyboardDismissMode="on-drag" /> diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 282b3ff5c7..71dbe8839d 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -36,7 +36,7 @@ function StorybookInner() { return ( - + {!showContainedList ? ( <>