pxt-core 9.0.3 → 9.0.4

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": "9.0.3",
3
+ "version": "9.0.4",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
package/theme/common.less CHANGED
@@ -2219,7 +2219,6 @@ p.ui.font.small {
2219
2219
  max-width: 100%;
2220
2220
  min-width: 100%;
2221
2221
  height:100%;
2222
- --tutorialCalloutTop: 15rem;
2223
2222
  }
2224
2223
 
2225
2224
  .simView #boardview {
@@ -810,7 +810,7 @@
810
810
  .tutorial-callout {
811
811
  bottom: unset;
812
812
  left: unset;
813
- top: var(--tutorialCalloutTop);
813
+ top: unset;
814
814
  max-width: 80%;
815
815
  transform: translateY(15px);
816
816
  }
@@ -1040,7 +1040,7 @@
1040
1040
 
1041
1041
  .tutorial-callout {
1042
1042
  right: unset;
1043
- top: var(--tutorialCalloutTop);
1043
+ top: unset;
1044
1044
  bottom: unset;
1045
1045
  left: unset;
1046
1046
  }