File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ span.pre {
140
140
}
141
141
142
142
div .sphinxsidebar {
143
+ display : flex;
144
+ width : 260px ;
143
145
float : none;
144
146
position : sticky;
145
147
top : 0 ;
@@ -156,13 +158,18 @@ div.sphinxsidebar h4 {
156
158
margin-top : 1.5em ;
157
159
}
158
160
161
+ div .documentwrapper > div .bodywrapper {
162
+ margin-left : 260px ;
163
+ }
164
+
159
165
div .sphinxsidebarwrapper {
160
- width : 217px ;
166
+ /* width: 217px; */
161
167
box-sizing : border-box;
162
168
height : 100% ;
163
169
overflow-x : hidden;
164
170
overflow-y : auto;
165
- float : left;
171
+ float : none;
172
+ flex-grow : 1 ;
166
173
}
167
174
168
175
div .sphinxsidebarwrapper > h3 : first-child {
@@ -199,10 +206,11 @@ div.sphinxsidebar input[type='text'] {
199
206
font-size : 1.2em ;
200
207
cursor : pointer;
201
208
padding-top : 1px ;
202
- float : right ;
209
+ float : none ;
203
210
display : table;
204
211
/* after Sphinx 4.x and earlier is dropped, only the below is needed */
205
212
width : 12px ;
213
+ min-width : 12px ;
206
214
border-radius : 0 5px 5px 0 ;
207
215
border-left : none;
208
216
}
You can’t perform that action at this time.
0 commit comments