File tree 3 files changed +3
-25
lines changed
3 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ <h3>{{ _('Navigation') }}</h3>
78
78
< script type ="text/javascript " src ="{{ pathto('_static/menu.js', 1) }} "> </ script >
79
79
< script type ="text/javascript " src ="{{ pathto('_static/search-focus.js', 1) }} "> </ script >
80
80
< script type ="text/javascript " src ="{{ pathto('_static/themetoggle.js', 1) }} "> </ script >
81
- < script type ="text/javascript " src ="{{ pathto('_static/sidebar-resizer.js', 1) }} "> </ script >
82
81
{%- endif -%}
83
82
{%- endif -%}
84
83
{{ super() }}
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ div.sphinxsidebar {
150
150
line-height : 130% ;
151
151
font-size : smaller;
152
152
width : 300px ;
153
+ min-width : 200px ;
154
+ max-width : 500px ;
153
155
resize : horizontal;
154
156
overflow : auto;
155
157
}
@@ -160,7 +162,7 @@ div.sphinxsidebar h4 {
160
162
}
161
163
162
164
div .sphinxsidebarwrapper {
163
- width : 100 % ;
165
+ width : 300 px ;
164
166
box-sizing : border-box;
165
167
height : 100% ;
166
168
overflow-x : hidden;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments