mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-23 18:29:16 +00:00
Hide Google search form on results page
This commit is contained in:
@@ -277,3 +277,8 @@ body.crawler {
|
|||||||
a.active.sidebar-section-link.sidebar-row {
|
a.active.sidebar-section-link.sidebar-row {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide Google search form
|
||||||
|
.google-search-form {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user