We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cd349 commit 6ad3137Copy full SHA for 6ad3137
apify-docs-theme/src/theme/SearchBar/styles.css
@@ -31,17 +31,21 @@
31
width: 100%;
32
}
33
34
- .DocSearch-Button-Placeholder {
35
- display: block;
36
- }
37
-
38
.navbar__inner .DocSearch-Button {
39
display: none;
40
41
42
.navbar-sidebar .DocSearch-Button {
43
display: flex;
44
+
+ .navbar-sidebar .DocSearch-Button-Placeholder {
+ display: block;
+ }
45
46
+ .navbar-sidebar .DocSearch-Button-Keys {
47
+ display: flex;
48
49
50
51
.DocSearch-Button:hover {
0 commit comments