File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ <h3>Controls</h3>
3939 < div class ="controls-grid " style ="width: 500px;align:left ">
4040 < label > Newton steps</ label >
4141 < p style ="display:flex;align-items:center;gap:6px ">
42- < button onclick ="plot .changeSteps(-1) " type =" button "> −</ button >
43- < input type ="text " id ="textInput " value ="1 " readonly style ="width:36px ;text-align:center ">
44- < button onclick ="plot .changeSteps(+1) " type =" button "> +</ button >
42+ < button onclick ="sim .changeSteps(-1) " style =" width:30px;height:30px;font-size:16px;cursor:pointer "> −</ button >
43+ < input type ="text " id ="stepsInput " value ="1 " readonly style ="width:40px ;text-align:center ">
44+ < button onclick ="sim .changeSteps(+1) " style =" width:30px;height:30px;font-size:16px;cursor:pointer "> +</ button >
4545 </ p >
4646 < label > x₀ = </ label >
4747 < span id ="x0Display " style ="font-family:monospace;background:#fff;padding:2px 9px;border-radius:6px;border:1px solid #bbb; "> </ span >
You can’t perform that action at this time.
0 commit comments