namirasoft-account-react 1.3.116 → 1.3.117

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.
@@ -87,11 +87,15 @@
87
87
  width: 350px;
88
88
  max-width: 100vw;
89
89
  border: 8px;
90
- position: absolute;
91
- right: 0;
92
90
  z-index: 1;
91
+ position: fixed;
92
+ z-index: 1;
93
+ top: 50%;
94
+ left: 50%;
95
+ transform: translate(-50%, -50%);
93
96
  }
94
97
 
98
+
95
99
  .nsa_toast div {
96
100
  width: 100% !important;
97
101
  }
@@ -126,10 +130,8 @@
126
130
 
127
131
  @media only screen and (min-width: 500px) {
128
132
  .nsa_toast {
129
- position: fixed;
133
+ position: absolute;
134
+ right: 0;
130
135
  z-index: 1;
131
- top: 50%;
132
- left: 50%;
133
- transform: translate(-50%, -50%);
134
136
  }
135
137
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.116",
11
+ "version": "1.3.117",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -87,11 +87,15 @@
87
87
  width: 350px;
88
88
  max-width: 100vw;
89
89
  border: 8px;
90
- position: absolute;
91
- right: 0;
92
90
  z-index: 1;
91
+ position: fixed;
92
+ z-index: 1;
93
+ top: 50%;
94
+ left: 50%;
95
+ transform: translate(-50%, -50%);
93
96
  }
94
97
 
98
+
95
99
  .nsa_toast div {
96
100
  width: 100% !important;
97
101
  }
@@ -126,10 +130,8 @@
126
130
 
127
131
  @media only screen and (min-width: 500px) {
128
132
  .nsa_toast {
129
- position: fixed;
133
+ position: absolute;
134
+ right: 0;
130
135
  z-index: 1;
131
- top: 50%;
132
- left: 50%;
133
- transform: translate(-50%, -50%);
134
136
  }
135
137
  }