doc(search): fixed docsearch alignment + API key
This commit is contained in:
parent
83af3c8040
commit
71c36eba1c
2 changed files with 6 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<script type="text/javascript" src="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
docsearch({
|
||||
apiKey: 'd8dd0c4677c82b0164e6ac02d4807ba5',
|
||||
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
|
||||
indexName: 'docsearch',
|
||||
inputSelector: '.sbx-custom__input'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -190,8 +190,13 @@ $custom:(
|
|||
top: 31px !important;
|
||||
}
|
||||
|
||||
.aa-dropdown-menu {
|
||||
margin-left: -300px !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.aa-dropdown-menu {
|
||||
min-width: 530px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue