@everymatrix/general-player-login-form 1.3.0 → 1.3.2

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-login-form",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/general-player-login-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": "ac0e71f6ea97bb7428ee75f5667c1408cbdc3146"
39
+ "gitHead": "6f5109fe10945e3602504893215ac687784c4156"
40
40
  }
@@ -531,7 +531,7 @@
531
531
  .FormMobileContainer {
532
532
  height:100%;
533
533
  .FormLeftSide {
534
- padding: 40px 20px 100%;
534
+ padding: 40px 20px;
535
535
  }
536
536
  .SignInButton,
537
537
  .UserContainer input,