@robotical/martyblocksjr 4.0.0 → 4.0.2

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.
@@ -178,7 +178,7 @@ h4 {
178
178
  }
179
179
 
180
180
  @media screen and (orientation: portrait) {
181
- html {
181
+ html:not(.embedded-in-parent-app) {
182
182
  transform: rotate(-90deg);
183
183
  transform-origin: left top;
184
184
  width: 100vh;
@@ -105,7 +105,7 @@
105
105
  display: flex;
106
106
  align-items: center;
107
107
  justify-content: center;
108
- color: #ffffff;
108
+ color: #17351d;
109
109
  align-self: center;
110
110
  justify-self: center;
111
111
  background: #89c761;
@@ -59,13 +59,14 @@ div.frame {
59
59
  padding: 0;
60
60
  }
61
61
 
62
- #topbar ul.topbar-nav>div {
62
+ #topbar ul.topbar-nav>li.topbar-separator {
63
63
  display: inline-block;
64
64
  margin: 1px -3px 0px;
65
65
  padding: 0px;
66
66
  width: 1px;
67
67
  height: ${css_vh(10.42)};
68
68
  background: white;
69
+ border: 0;
69
70
  }
70
71
 
71
72
  #topbar ul.topbar-nav>li>button.logo {
@@ -143,6 +144,10 @@ div.frame {
143
144
  border-left: 1px solid white;
144
145
  }
145
146
 
147
+ #topbar ul.reference>li.reference-separator {
148
+ display: none;
149
+ }
150
+
146
151
  #topbar ul.reference>li>button {
147
152
  width: ${css_vh(16)};
148
153
  }
@@ -222,10 +227,11 @@ ul#settings.reference {
222
227
  .topsection.home > div.tabtitle {
223
228
  height: ${css_vh(5.86)};
224
229
  background: #F9A737;
230
+ color: #34332b;
225
231
  margin: 0;
226
232
  padding: 0;
227
233
  padding-left: 2%;
228
- text-shadow: 0 2px #C18134;
234
+ text-shadow: 0 1px rgba(255, 255, 255, 0.55);
229
235
  line-height: ${css_vh(5.86)};
230
236
  vertical-align: middle;
231
237
  border-bottom: 1px solid #ADACA6;
@@ -150,6 +150,7 @@
150
150
 
151
151
  .lobby-card-action {
152
152
  min-width: ${css_vh(12)};
153
+ min-height: 24px;
153
154
  }
154
155
 
155
156
  .card-action-open {
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
4
4
  <meta name="apple-mobile-web-app-capable" content="yes">
5
5
  <meta http-equiv="cache-control" content="no-cache">
6
6
  <meta charset="utf-8">
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
4
  <meta name="apple-mobile-web-app-capable" content="yes">
5
5
  <meta http-equiv="cache-control" content="no-cache">
6
6
  <meta charset="utf-8">
@@ -23,7 +23,7 @@
23
23
  <span class="logo-icon"></span>
24
24
  </button>
25
25
  </li>
26
- <div></div>
26
+ <li class="topbar-separator" aria-hidden="true"></li>
27
27
  <li>
28
28
  <button class="topbar-tab home" id="hometab" type="button">
29
29
  <span class="home-icon"></span>
@@ -33,10 +33,10 @@
33
33
  <li class="help" id="helptab">
34
34
  <span class="help-icon"></span>
35
35
  </li> -->
36
- <div></div>
36
+ <li class="topbar-separator" aria-hidden="true"></li>
37
37
  </ul>
38
38
  <ul class="reference" id="settings">
39
- <div></div>
39
+ <li class="reference-separator" aria-hidden="true"></li>
40
40
  <li>
41
41
  <button class="topbar-tab gear" id="geartab" type="button">
42
42
  <span class="gear-icon"></span>
@@ -44,7 +44,7 @@
44
44
  </li>
45
45
  </ul>
46
46
  <ul class="reference" id="reference">
47
- <div></div>
47
+ <li class="reference-separator" aria-hidden="true"></li>
48
48
  <li>
49
49
  <button class="topbar-tab book" id="booktab" type="button">
50
50
  <span class="book-icon"></span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",