1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-15 17:31:14 +00:00

Hide Google search form on results page

This commit is contained in:
Jonah Aragon 2025-03-05 10:07:56 -06:00
parent 827aafef5d
commit 940ae61c4d
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -277,3 +277,8 @@ body.crawler {
a.active.sidebar-section-link.sidebar-row {
background: none;
}
// Hide Google search form
.google-search-form {
display: none;
}