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 (