@everymatrix/general-player-register-form 1.2.2 → 1.3.1

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/general-player-register-form",
3
- "version": "1.2.2",
3
+ "version": "1.3.1",
4
4
  "main": "dist/general-player-register-form.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": "02dbae5b4d167acdb57c72905b756343a318870a"
39
+ "gitHead": "9eec5ce2cbfe4f1f8933cd93a292c2fee16bf1aa"
40
40
  }
@@ -527,7 +527,7 @@ $: translationurl && setTranslationUrl();
527
527
  scrollbar-color: var(--emfe-w-color-gray-100, #E6E6E6) var(--emfe-w-color-gray-50, #F9F8F8);
528
528
  scrollbar-width: thin;
529
529
  &.RegisterFormContainerMobile {
530
- padding: 40px 20px 100%;
530
+ padding: 40px 20px 50%;
531
531
  height: 65vh;
532
532
  overflow-y: scroll;
533
533
  }