RubyGems
npm
Organizations
Log in
Sign up
npm
@hyext/builder-revues
Versions diffs
1.4.1 → 1.4.3
Page 3
@hyext/builder-revues 1.4.1 → 1.4.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/index.js
+6
-5
package/package.json
+5
-5
package/static/framework/script/game-service.js
+1
-1
package/static/template/game-frame.hbs
+1
-1
package/static/template/minigame-page-manager.hbs
+1
-0
package/static/template/game-frame.hbs
CHANGED
Viewed
@@ -17,7 +17,7 @@
17
17
user-select:none;
18
18
touch-callout:none;
19
19
-webkit-touch-callout:none;
20
-
background-color: #
000
;
20
+
background-color: #
fff
;
21
21
overscroll-behavior: none;
22
22
}
23
23
package/static/template/minigame-page-manager.hbs
CHANGED
Viewed
@@ -58,6 +58,7 @@
58
58
flex-direction: column;
59
59
margin: 0;
60
60
padding: 0;
61
+
background-color: #fff;
61
62
}
62
63
63
64
* {
« First
‹ Prev
1
2
3