From 940ae61c4d61456378a4ec5428d638bf9fb666c1 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Wed, 5 Mar 2025 10:07:56 -0600 Subject: [PATCH] Hide Google search form on results page --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 75e22bf..b04fe5e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -277,3 +277,8 @@ body.crawler { a.active.sidebar-section-link.sidebar-row { background: none; } + +// Hide Google search form +.google-search-form { + display: none; +}