@robotical/martyblocksjr 3.0.8 → 3.0.10

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.
@@ -106,6 +106,17 @@
106
106
  display: grid;
107
107
  width: 22%;
108
108
  }
109
+ .connIssueOverlay {
110
+ position: absolute;
111
+ top: 0px;
112
+ left: 0px;
113
+ width: 100%;
114
+ height: 100%;
115
+ background-color: rgba(0, 0, 0, 0.8);
116
+ color: white;
117
+ text-align: center;
118
+ place-content: center;
119
+ }
109
120
 
110
121
  /* Styles for the icon part of the button */
111
122
  .connectIcon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",