pxt-core 7.4.20 → 7.4.21
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/built/cli.js +6 -4
- package/built/pxt.js +6 -4
- package/built/pxtblockly.js +1 -1
- package/built/pxtblocks.js +1 -1
- package/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtblockly.js +1 -1
- package/built/web/pxtblocks.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/rtlsemantic.css +3 -3
- package/built/web/semantic.css +3 -3
- package/package.json +1 -1
- package/theme/image-editor/imageEditor.less +8 -0
- package/theme/tutorial-sidebar.less +4 -4
package/package.json
CHANGED
|
@@ -599,18 +599,18 @@
|
|
|
599
599
|
// Overrides
|
|
600
600
|
.tab-tutorial {
|
|
601
601
|
.tutorial-callout {
|
|
602
|
-
top: 18.5rem;
|
|
603
602
|
right: 1.6rem;
|
|
604
603
|
bottom: unset;
|
|
605
604
|
left: unset;
|
|
606
605
|
max-width: 80%;
|
|
606
|
+
transform: translateY(15px);
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
.tutorial-callout:before {
|
|
610
610
|
top: -2.5rem;
|
|
611
611
|
left: unset;
|
|
612
612
|
bottom: auto;
|
|
613
|
-
right:
|
|
613
|
+
right: 3.5rem;
|
|
614
614
|
transform: rotate(90deg);
|
|
615
615
|
}
|
|
616
616
|
}
|
|
@@ -626,8 +626,8 @@
|
|
|
626
626
|
width: 4rem;
|
|
627
627
|
|
|
628
628
|
.tutorial-callout {
|
|
629
|
-
top: 22.5rem;
|
|
630
629
|
max-width: 32rem;
|
|
630
|
+
transform: translateY(65px);
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
.tutorial-replace-code-actions .ui.button {
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
|
|
638
|
-
.tutorial-replace-code
|
|
638
|
+
.tutorial-replace-code ~ .tutorial-controls > .tutorial-hint {
|
|
639
639
|
width: 5rem;
|
|
640
640
|
}
|
|
641
641
|
|