docs:hide non-functional search from home page (#26576)

This commit is contained in:
Hamish Willee 2026-02-25 18:08:25 +11:00 committed by GitHub
parent fef12c9038
commit cf51a72846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,15 @@
}
/**
* Custom style to hide search on the ome page
* -------------------------------------------------------------------------- */
.home #local-search {
display: none;
}
/**
* Custom styles for wide pages
* -------------------------------------------------------------------------- */