namirasoft-site-react 1.3.456 → 1.3.458
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.
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
+
overflow-x: auto;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.ns_search_input {
|
|
@@ -20,12 +21,11 @@
|
|
|
20
21
|
|
|
21
22
|
.ns_table tr {
|
|
22
23
|
border-radius: 8px;
|
|
23
|
-
padding: 16px;
|
|
24
|
+
padding: 16px 8px;
|
|
24
25
|
display: block;
|
|
25
26
|
background-color: rgba(255, 255, 255, 1);
|
|
26
27
|
margin: 24px 0;
|
|
27
28
|
transition: all 0.2s ease-in-out;
|
|
28
|
-
padding: 0 !important;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.ns_table td {
|
|
@@ -92,18 +92,19 @@
|
|
|
92
92
|
background-color: rgba(20, 27, 92, 1);
|
|
93
93
|
border-top-left-radius: 8px;
|
|
94
94
|
border-top-right-radius: 8px;
|
|
95
|
+
min-width: max-content;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.ns_table tbody {
|
|
98
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
+
min-width: max-content;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
.ns_table tr {
|
|
102
104
|
display: grid;
|
|
103
105
|
/* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
|
|
104
106
|
grid-auto-flow: column;
|
|
105
|
-
grid-
|
|
106
|
-
overflow: auto;
|
|
107
|
+
grid-auto-columns: 100px;
|
|
107
108
|
padding: 12px 16px;
|
|
108
109
|
margin: 0;
|
|
109
110
|
border-radius: 0;
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.3.
|
|
11
|
+
"version": "1.3.458",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
+
overflow-x: auto;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.ns_search_input {
|
|
@@ -20,12 +21,11 @@
|
|
|
20
21
|
|
|
21
22
|
.ns_table tr {
|
|
22
23
|
border-radius: 8px;
|
|
23
|
-
padding: 16px;
|
|
24
|
+
padding: 16px 8px;
|
|
24
25
|
display: block;
|
|
25
26
|
background-color: rgba(255, 255, 255, 1);
|
|
26
27
|
margin: 24px 0;
|
|
27
28
|
transition: all 0.2s ease-in-out;
|
|
28
|
-
padding: 0 !important;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.ns_table td {
|
|
@@ -92,18 +92,19 @@
|
|
|
92
92
|
background-color: rgba(20, 27, 92, 1);
|
|
93
93
|
border-top-left-radius: 8px;
|
|
94
94
|
border-top-right-radius: 8px;
|
|
95
|
+
min-width: max-content;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.ns_table tbody {
|
|
98
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
+
min-width: max-content;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
.ns_table tr {
|
|
102
104
|
display: grid;
|
|
103
105
|
/* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
|
|
104
106
|
grid-auto-flow: column;
|
|
105
|
-
grid-
|
|
106
|
-
overflow: auto;
|
|
107
|
+
grid-auto-columns: 100px;
|
|
107
108
|
padding: 12px 16px;
|
|
108
109
|
margin: 0;
|
|
109
110
|
border-radius: 0;
|