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 18c8140 commit c140bdfCopy full SHA for c140bdf
js/algolia/index.js
@@ -13,6 +13,7 @@ autocomplete({
13
container: '#autocomplete',
14
placeholder: 'Search for the Segment documentation (press / to focus)',
15
debug: true,
16
+ detachedMediaQuery:'',
17
getSources( {query} ) {
18
return [
19
{
src/_layouts/default.html
@@ -64,6 +64,7 @@
64
rel="stylesheet"
65
href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic@alpha"
66
/>
67
+<link rel="stylesheet" href="{{ '/assets/algolia.css' | relative_url }}">
68
</head>
69
<body>
70
<div id="consent-manager"></div>
src/assets/algolia.css
@@ -0,0 +1,4 @@
1
+:root {
2
+ --aa-font-size: 12px;
3
+ --aa-icon-size: 14px;
4
+}
0 commit comments