From a53f025ae30438ec4489611d0d7fc63abb862f3a Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 22 Aug 2025 11:03:33 -0500 Subject: [PATCH] Revert "Hide Google search form on results page" This reverts commit 940ae61c4d61456378a4ec5428d638bf9fb666c1. --- common/common.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/common.scss b/common/common.scss index b04fe5e..75e22bf 100644 --- a/common/common.scss +++ b/common/common.scss @@ -277,8 +277,3 @@ body.crawler { a.active.sidebar-section-link.sidebar-row { background: none; } - -// Hide Google search form -.google-search-form { - display: none; -}