File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,9 @@ div.sphinxsidebar input[type='text'] {
191
191
}
192
192
193
193
# sidebarbutton {
194
+ display : flex;
195
+ justify-content : center;
196
+ align-items : center;
194
197
/* Sphinx 4.x and earlier compat */
195
198
height : 100% ;
196
199
background-color : # CCCCCC ;
@@ -200,19 +203,12 @@ div.sphinxsidebar input[type='text'] {
200
203
cursor : pointer;
201
204
padding-top : 1px ;
202
205
float : right;
203
- display : table;
204
206
/* after Sphinx 4.x and earlier is dropped, only the below is needed */
205
207
width : 12px ;
206
208
border-radius : 0 5px 5px 0 ;
207
209
border-left : none;
208
210
}
209
211
210
- # sidebarbutton span {
211
- /* Sphinx 4.x and earlier compat */
212
- display : table-cell;
213
- vertical-align : middle;
214
- }
215
-
216
212
# sidebarbutton : hover {
217
213
background-color : # AAAAAA ;
218
214
}
You can’t perform that action at this time.
0 commit comments