Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a4dae7

Browse files
authored
Merge pull request #935 from s-pace/www/fix/search_script_position
[search] removing extra bottom line
2 parents 3fc0707 + 126c159 commit 4a4dae7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/_templates/sidebarintro.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
width: 100%;
1313
height: 1.5em
1414
}
15+
.algolia-autocomplete a{
16+
border-bottom: none !important;
17+
}
1518
#doc_search{
1619
width: 100%;
1720
height: 100%;
1821
}
1922
</style>
20-
<input id="doc_search" placeholder="Search the doc" autofocus/>
23+
<input id="doc_search" placeholder="Search the Guide" autofocus/>
2124
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
2225
<script type="text/javascript"> docsearch({
2326
apiKey: '512b0d6c0c8578bed7662f5279c2249c',

0 commit comments

Comments
 (0)