@everymatrix/player-account-controller 0.0.196 → 0.0.200

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/player-account-controller",
3
- "version": "0.0.196",
3
+ "version": "0.0.200",
4
4
  "main": "dist/player-account-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/player-account-menu": "^0.0.196",
33
- "@everymatrix/player-account-notifications": "^0.0.196",
32
+ "@everymatrix/player-account-menu": "^0.0.200",
33
+ "@everymatrix/player-account-notifications": "^0.0.200",
34
34
  "cross-env": "^7.0.3",
35
35
  "sirv-cli": "^1.0.0",
36
36
  "svelte": "^3.0.0"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
41
+ "gitHead": "1575292cd20d511a1f4ebe038656d86deab2c7e0"
42
42
  }
@@ -7,16 +7,14 @@
7
7
 
8
8
  import '@everymatrix/player-account-menu';
9
9
  import '@everymatrix/player-account-notifications';
10
- import '@everymatrix/player-profile-info';
11
- import '@everymatrix/player-change-password';
12
- import '@everymatrix/player-profile-info';
13
- import '@everymatrix/player-change-password';
14
- import '@everymatrix/player-reality-check';
15
10
  import '@everymatrix/player-account-timeout';
16
11
  import '@everymatrix/player-account-self-exclusion';
17
12
  import '@everymatrix/player-account-closure';
18
13
  import '@everymatrix/player-account-gaming-limits';
19
14
  import '@everymatrix/player-active-bonuses';
15
+ import '@everymatrix/player-profile-info';
16
+ import '@everymatrix/player-change-password';
17
+ import '@everymatrix/player-reality-check';
20
18
  import '@everymatrix/player-bonus-history';
21
19
  import '@everymatrix/player-deposit';
22
20
  import '@everymatrix/player-withdrawal';
@@ -660,11 +658,13 @@
660
658
  width: 100%;
661
659
  grid-template-areas: "nav main aside";
662
660
  grid-template-rows: auto;
663
- grid-template-columns: ttp(15.625) 1fr ttp(14.375);
661
+ grid-template-columns: 250px 1fr 230px;
664
662
  background: #F9F8F8;
663
+ padding-right: 30px;
665
664
  &.PlayerAccountMobilePage {
666
665
  display: block;
667
666
  background: #F9F8F8;
667
+ padding-right: 0px;
668
668
  }
669
669
  }
670
670
  .PlayerAccountPage > nav {