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 981bc01 commit 86b755bCopy full SHA for 86b755b
src/css/vendor/docsearch.css
@@ -1,7 +1,14 @@
1
@import "docsearch.js/dist/cdn/docsearch.css";
2
3
+.algolia-autocomplete .ds-dropdown-menu::before {
4
+ border-color: var(--navbar-button-border-color);
5
+ border-radius: 0;
6
+}
7
+
8
.algolia-autocomplete .ds-dropdown-menu > :first-child {
9
max-height: calc(var(--viewport-height) - var(--navbar-height));
10
+ border-radius: 0.1em;
11
12
}
13
14
.algolia-autocomplete .algolia-docsearch-suggestion--title {
0 commit comments