From 206ea2ebdcf47aaebc77e0133a75eb40f6c322a1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 24 Sep 2020 13:12:01 +0200 Subject: [PATCH] fix search --- src/components/templates/Search/index.module.css | 5 ----- src/components/templates/Search/index.tsx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/templates/Search/index.module.css b/src/components/templates/Search/index.module.css index 7c2d20f16..1d48cd0ed 100644 --- a/src/components/templates/Search/index.module.css +++ b/src/components/templates/Search/index.module.css @@ -15,11 +15,6 @@ grid-area: search; } - .side { - grid-area: side; - margin-top: calc(var(--spacer) * 2.5); - } - .results { grid-area: results; } diff --git a/src/components/templates/Search/index.tsx b/src/components/templates/Search/index.tsx index e9cc39d51..54f49dc55 100644 --- a/src/components/templates/Search/index.tsx +++ b/src/components/templates/Search/index.tsx @@ -33,7 +33,7 @@ export default function SearchPage({ setLoading(false) } initSearch() - }, [text, tag, page, config.metadataStoreUri, parsed]) + }, [text, tag, page, config.metadataStoreUri]) return (