@everymatrix/casino-tournaments-controller 1.1.1 → 1.1.4

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-tournaments-controller",
3
- "version": "1.1.1",
3
+ "version": "1.1.4",
4
4
  "main": "dist/casino-tournaments-controller.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": "4324ea4b38266eb153f1ab89685cdf0f9bcade16"
39
+ "gitHead": "21fcfe11094ed10591d02510ee6a7fc2cd435de4"
40
40
  }
@@ -460,6 +460,7 @@
460
460
  }
461
461
 
462
462
  .TournamentsWrapper {
463
+ min-height: 100vh;
463
464
  background: $primary-background-color;
464
465
  }
465
466