We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d36c80 commit 4fc1b4cCopy full SHA for 4fc1b4c
.changeset/gold-yaks-search.md
@@ -0,0 +1,5 @@
1
+---
2
+'docusaurus-theme-redoc': patch
3
4
+
5
+Fix search being hidden when logo present
packages/docusaurus-theme-redoc/src/theme/Redoc/styles.css
@@ -41,7 +41,7 @@ html[data-theme='dark'] .redocusaurus h2 > a:nth-child(1)::before {
41
* Hide Logo as already in navbar
42
* @see https://github.com/rohit-gohri/redocusaurus/issues/123
43
*/
44
-.redocusaurus-has-logo .menu-content div:first-child {
+.redocusaurus-has-logo .menu-content > div:first-child {
45
display: none;
46
}
47
@@ -199,4 +199,3 @@ html:not([data-theme='dark']) .redocusaurus div[id^='react-tabs'] code {
199
[data-theme='dark'] .redocusaurus .api-content div h5 + svg polygon {
200
filter: invert(1);
201
202
-
0 commit comments