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