Skip to content

Commit 1a90ae2

Browse files
committed
search.css: Adjust drop down footer margin
1 parent d951764 commit 1a90ae2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/css/search.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@
131131
color: var(--ibexa-jazzberry);
132132
transition: color 125ms;
133133
}
134+
135+
.md-header .md-search .algolia-autocomplete .algolia-docsearch-footer {
136+
margin-right: 10px;
137+
}

docs/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $(document).ready(function() {
141141
window.location = $('.ds-dropdown-menu a.search-page-link').attr('href');
142142
}
143143
},
144-
debug: false,
144+
debug: true,
145145
});
146146
search.autocomplete.on('autocomplete:updated', event => {
147147
const searchedText = $('.ais-SearchBox-input')[0].value.trim();

0 commit comments

Comments
 (0)