File tree 3 files changed +12
-18
lines changed
3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 7
7
padding : 15px ;
8
8
}
9
9
10
- .rst-versions {
11
- width : 320px ;
12
- }
13
-
14
10
.document img {
15
11
margin-bottom : 10px ;
16
12
}
21
17
22
18
/* Tweaks for sphinx panels */
23
19
24
- /* Reduces the added margin to card footers due to a conflict in RTD CSS styles */
20
+ /* Reduces the added margin to card footers due to a conflict in theme CSS styles */
25
21
.sd-card-footer > p .sd-card-text {
26
22
margin-bottom : 5px ;
27
23
}
28
24
29
25
30
- @media screen and (max-width : 768px ) {
31
- /* Fix sidebar adjust */
32
- .rst-versions {
33
- width : 85% ;
34
- max-width : 320px ;
35
- }
36
- }
37
26
@media (max-width : 67em ) {
38
27
.nav-overlay-icon .icon , .theme-toggle svg {
39
28
height : 1rem !important ;
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ div.content-icon-container {
102
102
text-align : right;
103
103
}
104
104
105
- /* Furo uses padding-left by default, which looks wrong on RTL */
105
+ /* Furo uses padding-left in the heading TOC by default, which looks wrong on RTL */
106
106
.toc-tree > ul > li : first-child > ul {
107
107
padding-inline-start : 0 ;
108
108
padding-left : initial;
Original file line number Diff line number Diff line change 1
- {% extends '!base.html' %} {% block extrabody %}
2
-
1
+ {% extends '!base.html' %}
2
+ {% block extrabody %}
3
3
< div class ="header-bar ">
4
- <!-- Color Strip -->
5
4
< div class ="link-bar-container ">
6
5
< div id ="link-bar " class ="collapse ">
7
6
< ul >
28
27
</ div >
29
28
</ div >
30
29
</ div >
31
- {% endblock %} {%- block regular_scripts -%} {% for path in script_files -%} {{
32
- js_tag(path) }} {% endfor -%} {%- if READTHEDOCS %}
30
+ {% endblock %}
31
+
32
+ {%- block regular_scripts -%}
33
+ {% for path in script_files -%}
34
+ {{ js_tag(path) }}
35
+ {% endfor -%}
36
+ {%- if READTHEDOCS %}
33
37
< script >
34
38
if ( typeof READTHEDOCS_DATA !== "undefined" ) {
35
39
if ( ! READTHEDOCS_DATA . features ) {
39
43
}
40
44
</ script >
41
45
{%- endif %}
46
+
42
47
< script defer >
43
48
const button = Object . assign ( document . createElement ( "a" ) , {
44
49
href : "?present" ,
You can’t perform that action at this time.
0 commit comments