@@ -26,7 +26,7 @@ export default function () {
26
26
value = { circlePackerOptions . numCircles } onInput = { ( e ) => setCirclePackerOptions ( 'numCircles' , parseInt ( e . target . value ) ) } type = 'range'
27
27
class = 'd-flex me-2 form-range'
28
28
/>
29
- < input class = 'form-control w-50 ' id = 'numberOfCircles' type = 'number' value = { circlePackerOptions . numCircles } onInput = { ( e ) => setCirclePackerOptions ( 'numCircles' , parseInt ( e . target . value ) ) } />
29
+ < input class = 'form-control w-33 ' id = 'numberOfCircles' type = 'number' value = { circlePackerOptions . numCircles } onInput = { ( e ) => setCirclePackerOptions ( 'numCircles' , parseInt ( e . target . value ) ) } />
30
30
</ div >
31
31
</ div >
32
32
</ div >
@@ -43,7 +43,7 @@ export default function () {
43
43
value = { circlePackerOptions . spacing } onInput = { ( e ) => setCirclePackerOptions ( 'spacing' , parseFloat ( e . target . value ) ) } type = 'range'
44
44
class = 'd-flex me-2 form-range' id = 'spacing'
45
45
/>
46
- < input class = 'form-control w-25 ' type = 'number' value = { circlePackerOptions . spacing } onInput = { ( e ) => setCirclePackerOptions ( 'spacing' , parseInt ( e . target . value ) ) } />
46
+ < input class = 'form-control w-33 ' type = 'number' value = { circlePackerOptions . spacing } onInput = { ( e ) => setCirclePackerOptions ( 'spacing' , parseInt ( e . target . value ) ) } />
47
47
</ div >
48
48
</ div >
49
49
</ div >
@@ -64,7 +64,7 @@ export default function () {
64
64
class = 'd-flex me-2 form-range' id = 'minRadius'
65
65
/>
66
66
67
- < input class = 'form-control w-25 ' type = 'number' value = { circlePackerOptions . minRadius } onInput = { ( e ) => setCirclePackerOptions ( 'minRadius' , parseInt ( e . target . value ) ) } />
67
+ < input class = 'form-control w-33 ' type = 'number' value = { circlePackerOptions . minRadius } onInput = { ( e ) => setCirclePackerOptions ( 'minRadius' , parseInt ( e . target . value ) ) } />
68
68
</ div >
69
69
70
70
</ div >
@@ -86,7 +86,7 @@ export default function () {
86
86
class = 'd-flex me-2 form-range' id = 'maxRadius'
87
87
/>
88
88
89
- < input class = 'form-control w-25 ' type = 'number' value = { circlePackerOptions . maxRadius } onInput = { ( e ) => setCirclePackerOptions ( 'maxRadius' , parseInt ( e . target . value ) ) } />
89
+ < input class = 'form-control w-33 ' type = 'number' value = { circlePackerOptions . maxRadius } onInput = { ( e ) => setCirclePackerOptions ( 'maxRadius' , parseInt ( e . target . value ) ) } />
90
90
</ div >
91
91
92
92
</ div >
@@ -132,7 +132,7 @@ export default function () {
132
132
value = { circlePackerOptions . minAlpha } onInput = { ( e ) => setCirclePackerOptions ( 'minAlpha' , parseFloat ( e . target . value ) ) } type = 'range'
133
133
class = 'd-flex me-2 form-range' id = 'minAlpha'
134
134
/>
135
- < input class = 'form-control w-25 ' type = 'number' value = { circlePackerOptions . minAlpha } onInput = { ( e ) => setCirclePackerOptions ( 'minAlpha' , parseInt ( e . target . value ) ) } />
135
+ < input class = 'form-control w-33 ' type = 'number' value = { circlePackerOptions . minAlpha } onInput = { ( e ) => setCirclePackerOptions ( 'minAlpha' , parseInt ( e . target . value ) ) } />
136
136
</ div >
137
137
</ div >
138
138
</ div >
0 commit comments