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 d951764 commit 1a90ae2Copy full SHA for 1a90ae2
docs/css/search.css
@@ -131,3 +131,7 @@
131
color: var(--ibexa-jazzberry);
132
transition: color 125ms;
133
}
134
+
135
+.md-header .md-search .algolia-autocomplete .algolia-docsearch-footer {
136
+ margin-right: 10px;
137
+}
docs/js/custom.js
@@ -141,7 +141,7 @@ $(document).ready(function() {
141
window.location = $('.ds-dropdown-menu a.search-page-link').attr('href');
142
143
},
144
- debug: false,
+ debug: true,
145
});
146
search.autocomplete.on('autocomplete:updated', event => {
147
const searchedText = $('.ais-SearchBox-input')[0].value.trim();
0 commit comments