File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 width : 100px ;
55}
66
7+ .zoom-button {
8+
9+ width : 40px ;
10+ }
11+
712.modal {
813
914 visibility : hidden;
Original file line number Diff line number Diff line change 3838 </ div >
3939 </ div >
4040
41- < div align ="center " style ="margin-top: 100px; margin-left: 180px ">
41+ < div align ="center " style ="margin-top: 100px; margin-left: 90px ">
4242 < button onclick ="setElementVisibility('sel-block-type-root', 'visible') " class ="blocks-control-button "> Add</ button >
4343 < button id ="delete-button " onclick ="deleteButtonOnClick() " class ="blocks-control-button " disabled > Delete</ button >
4444 < button onclick ="saveButtonOnClick() " class ="blocks-control-button "> Save</ button >
4545 < button onclick ="downloadButtonOnClick() " class ="blocks-control-button "> Download</ button >
4646 < button onclick ="uploadButtonOnClick() " class ="blocks-control-button "> Upload</ button >
4747 < button onclick ="setElementVisibility('console-modal-root', 'visible') " class ="blocks-control-button "> Console</ button >
48+ < button onclick ="block_viewer.zoomIn(1.1) " class ="zoom-button "> +</ button >
49+ < button onclick ="block_viewer.zoomOut(1.1) " class ="zoom-button "> -</ button >
4850 </ div >
4951
5052 < div align ="center " style ="margin-top: 5px; ">
You can’t perform that action at this time.
0 commit comments