File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 51
51
< div class ="hideonprint menu " style ="float: right; top: 8px; ">
52
52
< button class ="menubtn "> </ button >
53
53
< div class ="menu-content ">
54
- < label class ="menu-label menu-label-top ">
54
+ < label class ="menu-label menu-label-top " style =" width: calc(50% - 18px) " >
55
55
< input id ="darkmodeCheckbox " type ="checkbox " onchange ="setDarkMode(this.checked) ">
56
56
Dark mode
57
- </ label >
58
- < label class ="menu-label ">
57
+ </ label > <!-- This comment eats space! All of it!
58
+ --> < label class ="menu-label menu-label-top " style =" width: calc(50% - 17px); border-left: 0; ">
59
59
< input id ="fullscreenCheckbox " type ="checkbox " onchange ="setFullscreen(this.checked) ">
60
60
Full Screen
61
61
</ label >
62
- < label class ="menu-label ">
63
- < input id ="padsCheckbox " type ="checkbox " checked onchange ="padsVisible(this.checked) ">
64
- Show footprint pads
65
- </ label >
66
62
< label class ="menu-label " style ="width: calc(50% - 18px) ">
67
63
< input id ="fabricationCheckbox " type ="checkbox " checked onchange ="fabricationVisible(this.checked) ">
68
64
Fab layer
89
85
Zones
90
86
</ label >
91
87
</ div >
92
- < label class ="menu-label ">
88
+ < label class ="menu-label " style ="width: calc(50% - 18px) ">
89
+ < input id ="padsCheckbox " type ="checkbox " checked onchange ="padsVisible(this.checked) ">
90
+ Pads
91
+ </ label > <!-- This comment eats space! All of it!
92
+ --> < label class ="menu-label " style ="width: calc(50% - 17px); border-left: 0; ">
93
93
< input id ="dnpOutlineCheckbox " type ="checkbox " checked onchange ="dnpOutline(this.checked) ">
94
- DNP components outlined
94
+ DNP outlined
95
95
</ label >
96
96
< label class ="menu-label ">
97
97
< input id ="highlightpin1Checkbox " type ="checkbox " onchange ="setHighlightPin1(this.checked) ">
You can’t perform that action at this time.
0 commit comments