Temporary hackfix for desktop search
parent
8d2e649b4d
commit
94741cdded
|
@ -35,7 +35,7 @@ export const DesktopSearch = observer(function DesktopSearch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={[styles.container, pal.view]}>
|
||||||
<View
|
<View
|
||||||
style={[{backgroundColor: pal.colors.backgroundLight}, styles.search]}>
|
style={[{backgroundColor: pal.colors.backgroundLight}, styles.search]}>
|
||||||
<View style={[styles.inputContainer]}>
|
<View style={[styles.inputContainer]}>
|
||||||
|
@ -129,8 +129,8 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
resultsContainer: {
|
resultsContainer: {
|
||||||
// @ts-ignore supported by web
|
// @ts-ignore supported by web
|
||||||
position: 'fixed',
|
// position: 'fixed',
|
||||||
marginTop: 40,
|
marginTop: 10,
|
||||||
|
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
width: 300,
|
width: 300,
|
||||||
|
|
Loading…
Reference in New Issue