@everymatrix/casino-random-game 0.0.272 → 0.0.273

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-random-game",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "main": "dist/casino-random-game.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": "2251ff7ad156e5d687da1a0ce2f71e526ca4eac5"
39
+ "gitHead": "64e123e6fa8a75c569b58741b32113413ad65748"
40
40
  }
@@ -236,6 +236,8 @@
236
236
  gap: 5px;
237
237
  transition: transform 0.3s ease-in-out;
238
238
  transform: translateY(0px);
239
+ -webkit-transform-style: preserve-3d;
240
+ -webkit-backface-visibility: hidden;
239
241
  }
240
242
 
241
243
  .RandomGameLoading {
@@ -246,6 +248,8 @@
246
248
  width: 256px;
247
249
  height: 170px;
248
250
  border-radius: 5px;
251
+ -webkit-transform-style: preserve-3d;
252
+ -webkit-backface-visibility: hidden;
249
253
  }
250
254
 
251
255
  .RandomTryAgain {
@@ -268,6 +272,7 @@
268
272
 
269
273
  .item {
270
274
  position: relative;
275
+ -webkit-backface-visibility: hidden;
271
276
  }
272
277
 
273
278
  .RandomGameDetails {