File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ r##"<!DOCTYPE html>
105105 <dd>Switch tab</dd>
106106 <dt>⏎</dt>
107107 <dd>Go to active search result</dd>
108- <dt>+ </dt>
108+ <dt style="width:31px;">+ / - </dt>
109109 <dd>Collapse/expand all sections</dd>
110110 </dl>
111111 </div>
Original file line number Diff line number Diff line change 213213 break ;
214214
215215 case "+" :
216+ case "-" :
216217 ev . preventDefault ( ) ;
217218 toggleAllDocs ( ) ;
218219 break ;
Original file line number Diff line number Diff line change @@ -582,13 +582,14 @@ body.blur > :not(#help) {
582582 display : block;
583583 margin-top : -1px ;
584584}
585- # help dd { margin : 5px 33 px ; }
585+ # help dd { margin : 5px 35 px ; }
586586# help .infos { padding-left : 0 ; }
587587# help h1 , # help h2 { margin-top : 0 ; }
588588# help > div div {
589589 width : 50% ;
590590 float : left;
591591 padding : 20px ;
592+ padding-left : 17px ;
592593}
593594
594595.stab {
You can’t perform that action at this time.
0 commit comments