@robotical/martyblocksjr 1.3.51 → 1.3.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1199,12 +1199,15 @@ Blocks text fields and input fields
1199
1199
  }
1200
1200
 
1201
1201
  .numfield {
1202
+ display: grid;
1203
+ justify-content: center;
1204
+ align-items: center;
1202
1205
  position: absolute;
1203
1206
  margin: ${css_vh(0.00)};
1204
1207
  padding: ${css_vh(0.00)};
1205
1208
  border: 0px solid;
1206
- height: ${css_vh(3.13)};
1207
- width: ${css_vh(5.47)};
1209
+ height: ${css_vh(4.13)};
1210
+ width: ${css_vh(6.47)};
1208
1211
  top: ${css_vh(7.16)};
1209
1212
  left: ${css_vh(1.30)};
1210
1213
  color: #77787b;
@@ -1219,16 +1222,16 @@ Blocks text fields and input fields
1219
1222
  .numfield h3 {
1220
1223
  margin: ${css_vh(0.00)};
1221
1224
  padding: ${css_vh(0.00)};
1222
- float: left;
1225
+ /* float: left; */
1223
1226
  text-align: center;
1224
1227
  color: #77787b;
1225
1228
  font-family: Roboto;
1226
1229
  font-size: ${css_vh(1.82)};
1227
1230
  font-weight: normal;
1228
- height: ${css_vh(3.13)};
1229
- width: ${css_vh(5.47)};
1231
+ /* height: ${css_vh(4.13)}; */
1232
+ /* width: ${css_vh(6.47)}; */
1230
1233
  cursor: default;
1231
- line-height: ${css_vh(3.13)};
1234
+ /* line-height: ${css_vh(4.13)}; */
1232
1235
  }
1233
1236
 
1234
1237
  .numfield.on {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "1.3.51",
3
+ "version": "1.3.52",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",