pxt-core 8.2.14 → 8.2.16

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.2.14",
3
+ "version": "8.2.16",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -104,7 +104,7 @@
104
104
  }
105
105
 
106
106
  .image-editor-header-center {
107
- flex: 1.5;
107
+ flex: 3;
108
108
  display: flex;
109
109
  justify-content: center;
110
110
  align-items: center;
@@ -95,6 +95,11 @@
95
95
  }
96
96
  }
97
97
 
98
+ .tutorial-controls {
99
+ border-top: 2px solid @tutorialGrayOffset;
100
+ margin-top: 1rem;
101
+ }
102
+
98
103
  /*******************************
99
104
  Exit Tutorial
100
105
  *******************************/
@@ -554,6 +559,7 @@
554
559
  .tutorial-step-label {
555
560
  font-size: 1rem;
556
561
  justify-content: space-between;
562
+ margin-bottom: 1.5rem;
557
563
  }
558
564
 
559
565
  /* Short Deskstop Only */
@@ -687,6 +693,7 @@
687
693
  display: flex;
688
694
  align-items: center;
689
695
  margin: 0;
696
+ margin-top: 0.5rem;
690
697
 
691
698
  > .ui.button {
692
699
  width: unset;
@@ -798,6 +805,11 @@
798
805
  .ui.button:not(:hover) {
799
806
  background-color: @tutorialTabletSimulatorButtonColor;
800
807
  }
808
+
809
+ > .ui.button:last-child {
810
+ margin-top: 0.75rem;
811
+ margin-bottom: 0.75rem;
812
+ }
801
813
  }
802
814
  }
803
815
 
@@ -264,6 +264,13 @@ span.docs.inlineblock {
264
264
  color: @white;
265
265
  font-family: @blocklyFont !important;
266
266
  font-size: 1em !important;
267
+ &.clickable {
268
+ cursor: pointer;
269
+
270
+ &:hover, &:focus {
271
+ opacity: .8;
272
+ }
273
+ }
267
274
  }
268
275
 
269
276
  code.lang-filterblocks {