From 94741cddedaa9c923f37b7cc11d5a2cbab81ca44 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 14 Mar 2023 17:35:58 -0500 Subject: [PATCH] Temporary hackfix for desktop search --- src/view/shell/desktop/Search.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx index 7c96dbac..0ae1c1ad 100644 --- a/src/view/shell/desktop/Search.tsx +++ b/src/view/shell/desktop/Search.tsx @@ -35,7 +35,7 @@ export const DesktopSearch = observer(function DesktopSearch() { } return ( - + @@ -129,8 +129,8 @@ const styles = StyleSheet.create({ }, resultsContainer: { // @ts-ignore supported by web - position: 'fixed', - marginTop: 40, + // position: 'fixed', + marginTop: 10, flexDirection: 'column', width: 300,