diff options
Diffstat (limited to 'src/view/screens/Search')
-rw-r--r-- | src/view/screens/Search/Explore.tsx | 2 | ||||
-rw-r--r-- | src/view/screens/Search/Search.tsx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index a36c40444..650fd4354 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/Search/Search.tsx b/src/view/screens/Search/Search.tsx index 0eef5cbd6..737e4c5c3 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -783,7 +783,7 @@ let SearchInputBox = ({ }}> <MagnifyingGlassIcon style={[pal.icon, styles.headerSearchIcon]} - size={21} + size={20} /> <TextInput testID="searchTextInput" @@ -1071,6 +1071,7 @@ const styles = StyleSheet.create({ headerSearchInput: { flex: 1, fontSize: 17, + minWidth: 0, }, headerCancelBtn: { paddingLeft: 10, |