File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 91
91
transition : none;
92
92
transform-origin : none;
93
93
}
94
+
95
+ .pytorch-left-menu-search input [type = text ] {
96
+ background-image : none;
97
+ }
98
+
99
+ .gsc-control-cse {
100
+ padding-left : 0px !important ;
101
+ padding-bottom : 0px !important ;
102
+ }
Original file line number Diff line number Diff line change 11
11
</ script >
12
12
{%- endblock %}
13
13
14
+ {% block sidebartitle %}
15
+ {% if theme_display_version %}
16
+ {%- set nav_version = version %}
17
+ {% if READTHEDOCS and current_version %}
18
+ {%- set nav_version = current_version %}
19
+ {% endif %}
20
+ {% if nav_version %}
21
+ < div class ="version ">
22
+ {{ nav_version }}
23
+ </ div >
24
+ {% endif %}
25
+ {% endif %}
26
+ < div class ="searchbox ">
27
+ < script async src ="https://cse.google.com/cse.js?cx=e65585f8c3ea1440e "> </ script >
28
+ < div class ="gcse-search "> </ div >
29
+ </ div >
30
+ {% endblock %}
14
31
15
32
{% block footer %}
16
33
{{ super() }}
You can’t perform that action at this time.
0 commit comments