pxt-core 8.0.4 → 8.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
package/theme/common.less CHANGED
@@ -2429,6 +2429,11 @@ div.signin-button:focus {
2429
2429
  #blocks-editor-field-div {
2430
2430
  position: absolute;
2431
2431
  z-index: @blocklyDropdownDivZIndex;
2432
+
2433
+ .sound-effect-editor {
2434
+ max-width: 30rem;
2435
+ margin: auto;
2436
+ }
2432
2437
  }
2433
2438
 
2434
2439
  .blocks-editor-field-overlay {