File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/frontend/core/renderers/Array2DRenderer Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Array2DRenderer extends Renderer {
1919
2020 return (
2121 < table className = { styles . array_2d }
22- style = { { marginLeft : - this . centerX * 2 , marginTop : - this . centerY * 2 , fontSize : this . zoom } } >
22+ style = { { marginLeft : - this . centerX * 2 , marginTop : - this . centerY * 2 , transform : `scale( ${ this . zoom } )` } } >
2323 < tbody >
2424 < tr className = { styles . row } >
2525 {
Original file line number Diff line number Diff line change 77
88 .row {
99 display : table-row ;
10- height : 28 em ;
10+ height : 28 px ;
1111
1212 .col {
1313 display : table-cell ;
1414 text-align : center ;
15- min-width : 28 em ;
15+ min-width : 28 px ;
1616 background-color : $theme-normal ;
17- border : 1 em solid $theme-light ;
18- padding : 0 4 em ;
17+ border : 1 px solid $theme-light ;
18+ padding : 0 4 px ;
1919
2020 .value {
21- font-size : 12 em ;
21+ font-size : 12 px ;
2222 }
2323
2424 & .selected {
You can’t perform that action at this time.
0 commit comments