diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 150d4fc..28d39ef 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -11,17 +11,7 @@ min-width: initial; max-width: initial; } - .algolia-autocomplete{ - width: 100%; - height: 1.5em - } - #q{ - width: 100%; - height: 100%; - } - - {% if pagename == 'index' %} @@ -120,4 +110,13 @@
{% if show_copyright %}©{{ copyright }}
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} + + + \ No newline at end of file diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 7f725b4..692a984 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -11,7 +11,7 @@ width: 100%; height: 1.5em } -#q{ +#doc_search{ width: 100%; height: 100%; }