@everymatrix/casino-game-page 0.0.193 → 0.0.197
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-game-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.197",
|
4
4
|
"main": "dist/casino-game-page.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
|
40
40
|
}
|
@@ -293,7 +293,7 @@
|
|
293
293
|
}
|
294
294
|
|
295
295
|
function exitHandler() {
|
296
|
-
if (!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement) {
|
296
|
+
if (!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement && isFullscreen) {
|
297
297
|
handleIframeSize();
|
298
298
|
}
|
299
299
|
}
|
@@ -553,6 +553,10 @@
|
|
553
553
|
@return $value * $multiplicator;
|
554
554
|
}
|
555
555
|
|
556
|
+
:host {
|
557
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
558
|
+
}
|
559
|
+
|
556
560
|
.BottomGame {
|
557
561
|
padding-left: 60px;
|
558
562
|
padding-right: 60px;
|