@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.
- package/editions/free/src/app.bundle.js +1 -1
- package/editions/free/src/css/base.css +1 -1
- package/editions/free/src/css/editorleftpanel.css +1 -1
- package/editions/free/src/css/lobby.css +8 -2
- package/editions/free/src/css/thumbs.css +1 -0
- package/editions/free/src/editor.html +1 -1
- package/editions/free/src/home.html +5 -5
- package/package.json +1 -1
|
@@ -59,13 +59,14 @@ div.frame {
|
|
|
59
59
|
padding: 0;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
#topbar ul.topbar-nav>
|
|
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
|
|
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;
|
|
@@ -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
|
|
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
|
|
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
|
-
<
|
|
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
|
-
<
|
|
36
|
+
<li class="topbar-separator" aria-hidden="true"></li>
|
|
37
37
|
</ul>
|
|
38
38
|
<ul class="reference" id="settings">
|
|
39
|
-
<
|
|
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
|
-
<
|
|
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>
|