Skip to content

Commit c140bdf

Browse files
committed
pause
1 parent 18c8140 commit c140bdf

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

js/algolia/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ autocomplete({
1313
container: '#autocomplete',
1414
placeholder: 'Search for the Segment documentation (press / to focus)',
1515
debug: true,
16+
detachedMediaQuery:'',
1617
getSources( {query} ) {
1718
return [
1819
{

src/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
rel="stylesheet"
6565
href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic@alpha"
6666
/>
67+
<link rel="stylesheet" href="{{ '/assets/algolia.css' | relative_url }}">
6768
</head>
6869
<body>
6970
<div id="consent-manager"></div>

src/assets/algolia.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:root {
2+
--aa-font-size: 12px;
3+
--aa-icon-size: 14px;
4+
}

0 commit comments

Comments
 (0)