namirasoft-site-react 1.4.79 → 1.4.82

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.
@@ -80,6 +80,12 @@
80
80
  display: none;
81
81
  }
82
82
 
83
+ @media only screen and (min-width: 380px) {
84
+ .ns_action_bar {
85
+ width: 272px;
86
+ }
87
+ }
88
+
83
89
  @media only screen and (min-width: 480px) {
84
90
  .single_action_button {
85
91
  margin-top: 0;
@@ -13,7 +13,7 @@
13
13
  z-index: 1;
14
14
  padding: 0 16px;
15
15
  position: sticky;
16
- top: 0;
16
+ top: 96px;
17
17
  background-color: #fff;
18
18
  width: 100%;
19
19
  height: 100%;
@@ -11,7 +11,7 @@
11
11
  align-items: center;
12
12
  gap: 8px;
13
13
  text-decoration: none;
14
- max-width: 100%;
14
+ max-width: 320px;
15
15
  transition: all 0.2s ease-in-out;
16
16
  width: 100%;
17
17
  border: 0;
@@ -38,5 +38,6 @@
38
38
  .ns_button,
39
39
  .ns_button_disabled {
40
40
  width: 272px;
41
+ max-width: 100%;
41
42
  }
42
43
  }
@@ -1,5 +1,8 @@
1
1
  .ns_header {
2
2
  width: 100%;
3
+ position: sticky;
4
+ top: 0;
5
+ z-index: 110;
3
6
  }
4
7
 
5
8
  .ns_navbar {
@@ -92,7 +92,7 @@
92
92
  .ns_toast_background {
93
93
  width: 100vw;
94
94
  height: 100vh;
95
- background-color: #00000080;
95
+ background-color: #00000090;
96
96
  position: fixed;
97
97
  top: 0;
98
98
  left: 0;
@@ -212,7 +212,7 @@
212
212
  overflow: hidden;
213
213
  padding-top: 0 !important;
214
214
  padding-bottom: 0 !important;
215
- margin: 16px 8px;
215
+ margin: 16px 8px 16px 0;
216
216
  }
217
217
 
218
218
  .ns_tbody tr:nth-child(odd) {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.79",
11
+ "version": "1.4.82",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -80,6 +80,12 @@
80
80
  display: none;
81
81
  }
82
82
 
83
+ @media only screen and (min-width: 380px) {
84
+ .ns_action_bar {
85
+ width: 272px;
86
+ }
87
+ }
88
+
83
89
  @media only screen and (min-width: 480px) {
84
90
  .single_action_button {
85
91
  margin-top: 0;
@@ -13,7 +13,7 @@
13
13
  z-index: 1;
14
14
  padding: 0 16px;
15
15
  position: sticky;
16
- top: 0;
16
+ top: 96px;
17
17
  background-color: #fff;
18
18
  width: 100%;
19
19
  height: 100%;
@@ -11,7 +11,7 @@
11
11
  align-items: center;
12
12
  gap: 8px;
13
13
  text-decoration: none;
14
- max-width: 100%;
14
+ max-width: 320px;
15
15
  transition: all 0.2s ease-in-out;
16
16
  width: 100%;
17
17
  border: 0;
@@ -38,5 +38,6 @@
38
38
  .ns_button,
39
39
  .ns_button_disabled {
40
40
  width: 272px;
41
+ max-width: 100%;
41
42
  }
42
43
  }
@@ -1,5 +1,8 @@
1
1
  .ns_header {
2
2
  width: 100%;
3
+ position: sticky;
4
+ top: 0;
5
+ z-index: 110;
3
6
  }
4
7
 
5
8
  .ns_navbar {
@@ -92,7 +92,7 @@
92
92
  .ns_toast_background {
93
93
  width: 100vw;
94
94
  height: 100vh;
95
- background-color: #00000080;
95
+ background-color: #00000090;
96
96
  position: fixed;
97
97
  top: 0;
98
98
  left: 0;
@@ -212,7 +212,7 @@
212
212
  overflow: hidden;
213
213
  padding-top: 0 !important;
214
214
  padding-bottom: 0 !important;
215
- margin: 16px 8px;
215
+ margin: 16px 8px 16px 0;
216
216
  }
217
217
 
218
218
  .ns_tbody tr:nth-child(odd) {