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'] {
197197}
198198
199199# sidebarbutton {
200+ display : flex;
201+ justify-content : center;
202+ align-items : center;
200203 /* Sphinx 4.x and earlier compat */
201204 height : 100% ;
202205 background-color : # CCCCCC ;
@@ -206,20 +209,13 @@ div.sphinxsidebar input[type='text'] {
206209 cursor : pointer;
207210 padding-top : 1px ;
208211 float : none;
209- display : table;
210212 /* after Sphinx 4.x and earlier is dropped, only the below is needed */
211213 width : 12px ;
212214 min-width : 12px ;
213215 border-radius : 0 5px 5px 0 ;
214216 border-left : none;
215217}
216218
217- # sidebarbutton span {
218- /* Sphinx 4.x and earlier compat */
219- display : table-cell;
220- vertical-align : middle;
221- }
222-
223219# sidebarbutton : hover {
224220 background-color : # AAAAAA ;
225221}
You can’t perform that action at this time.
0 commit comments