@@ -158,7 +158,7 @@ class App extends Component
158158 } } />
159159 </ InputGroup >
160160 < InputGroup style = { { boxShadow : "none" } } >
161- < InputGroup . Addon style = { { paddingLeft : 13 , paddingRight : 13 , borderRadius : 0 , } } > r</ InputGroup . Addon >
161+ < InputGroup . Addon style = { { borderRadius : 0 , } } > r</ InputGroup . Addon >
162162 < FormControl type = "number" value = { element . Object . Vertices [ int ] . R } onChange = { ( event ) =>
163163 {
164164 element . Object . Vertices [ int ] . R = event . target . value ;
@@ -167,7 +167,7 @@ class App extends Component
167167 SelectedElement : this . state . SelectedElement
168168 } ) ;
169169 } } />
170- < InputGroup . Addon style = { { paddingLeft : 12 , paddingRight : 11 } } > g</ InputGroup . Addon >
170+ < InputGroup . Addon style = { { } } > g</ InputGroup . Addon >
171171 < FormControl type = "number" value = { element . Object . Vertices [ int ] . G } onChange = { ( event ) =>
172172 {
173173 element . Object . Vertices [ int ] . G = event . target . value ;
@@ -176,7 +176,7 @@ class App extends Component
176176 SelectedElement : this . state . SelectedElement
177177 } ) ;
178178 } } />
179- < InputGroup . Addon style = { { paddingLeft : 12 , paddingRight : 11 } } > b</ InputGroup . Addon >
179+ < InputGroup . Addon style = { { } } > b</ InputGroup . Addon >
180180 < FormControl style = { { borderRadius : 0 } } type = "number" value = { element . Object . Vertices [ int ] . B } onChange = { ( event ) =>
181181 {
182182 element . Object . Vertices [ int ] . B = event . target . value ;
@@ -187,7 +187,7 @@ class App extends Component
187187 } } />
188188 </ InputGroup >
189189 < InputGroup . Button >
190- < Button style = { { height : 68 , paddingTop : "60 %" } } href = "#" bsStyle = "danger" onClick = { ( event ) =>
190+ < Button style = { { height : 92 , paddingTop : "80 %" } } href = "#" bsStyle = "danger" onClick = { ( event ) =>
191191 {
192192 element . Object . Vertices . splice ( int , 1 ) ;
193193 window . dispatchEvent ( new CustomEvent ( "_event_rebuild_element_" , { detail : { element : element } } ) ) ;
@@ -662,7 +662,7 @@ class App extends Component
662662 position : "fixed" ,
663663 top : this . state . NavigationHeight ,
664664 width : "100%" ,
665- height : window . innerHeight - this . state . NavigationHeight - this . state . BreadHeight ,
665+ height : window . innerHeight - this . state . NavigationHeight - this . state . BreadHeight + this . state . BreadHeight ,
666666 border : 0 ,
667667 padding : 0 ,
668668 margin : 0
@@ -785,7 +785,7 @@ class App extends Component
785785 </ Navbar . Header >
786786 { this . NavigationCollapse ( ) }
787787 </ Navbar >
788- < Well bsSize = "small" style = { { position : "fixed" , top : window . innerHeight - this . state . BreadHeight , width : "100%" , borderRadius : 0 , boxShadow : "none" , textAlign : "right" } } ref = { ( e ) => this . BreadBar = e } >
788+ < Well bsSize = "small" style = { { position : "fixed" , height : 0 , top : window . innerHeight - this . state . BreadHeight + this . state . BreadHeight , width : "100%" , borderRadius : 0 , boxShadow : "none" , textAlign : "right" } } ref = { ( e ) => this . BreadBar = e } >
789789 < div style = { { display : "inline" , position : "relative" , right : 10 } } >
790790 { this . state . Camera }
791791 </ div >
0 commit comments