Skip to content

Commit f526118

Browse files
author
s-pace
committed
everything in the same place
1 parent 2f70d88 commit f526118

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/_templates/sidebarintro.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
</p>
66

77
<p style="margin-left:auto; margin-right: auto;"><iframe src="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe></p>
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
9+
<style>
10+
.algolia-autocomplete{
11+
width: 100%;
12+
height: 1.5em
13+
}
14+
#q{
15+
width: 100%;
16+
height: 100%;
17+
}
18+
</style>
819
<input id="doc_search" placeholder="Search the doc" autofocus/>
920
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
1021
<script type="text/javascript"> docsearch({

0 commit comments

Comments
 (0)