Skip to content

Commit 6ad3137

Browse files
authored
fix: mobile search bar style override (#1677)
1 parent c3cd349 commit 6ad3137

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

apify-docs-theme/src/theme/SearchBar/styles.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@
3131
width: 100%;
3232
}
3333

34-
.DocSearch-Button-Placeholder {
35-
display: block;
36-
}
37-
3834
.navbar__inner .DocSearch-Button {
3935
display: none;
4036
}
4137

4238
.navbar-sidebar .DocSearch-Button {
4339
display: flex;
4440
}
41+
42+
.navbar-sidebar .DocSearch-Button-Placeholder {
43+
display: block;
44+
}
45+
46+
.navbar-sidebar .DocSearch-Button-Keys {
47+
display: flex;
48+
}
4549
}
4650

4751
.DocSearch-Button:hover {

0 commit comments

Comments
 (0)