@things-factory/grist-ui 6.0.0-zeta.27 → 6.0.0-zeta.29
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.
|
@@ -118,7 +118,7 @@ body {
|
|
|
118
118
|
--data-card-fab-position-vertical: 15px;
|
|
119
119
|
--data-card-fab-color: var(--primary-color);
|
|
120
120
|
--data-card-fab-shadow: var(--box-shadow);
|
|
121
|
-
--data-card-template: repeat(
|
|
121
|
+
--data-card-template: repeat(auto-fit, minmax(32%, auto));
|
|
122
122
|
--data-card-thumbnail-height: 140px;
|
|
123
123
|
--data-card-thumbnail-border-bottom: var(--border-dark-color);
|
|
124
124
|
--data-card-attachimg-height: 70px;
|
|
@@ -163,12 +163,12 @@ body {
|
|
|
163
163
|
|
|
164
164
|
@media only screen and (max-width: 460px) {
|
|
165
165
|
body {
|
|
166
|
-
--data-card-template: repeat(
|
|
166
|
+
--data-card-template: repeat(auto-fit, minmax(90%, auto));
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
@media (min-width: 461px) and (max-width: 700px) {
|
|
170
170
|
body {
|
|
171
|
-
--data-card-template: repeat(
|
|
171
|
+
--data-card-template: repeat(auto-fit, minmax(45%, auto));
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
@media (min-width: 461px) and (max-width: 1024px) {
|
|
@@ -178,21 +178,21 @@ body {
|
|
|
178
178
|
}
|
|
179
179
|
@media (min-width: 1025px) and (max-width: 1400px) {
|
|
180
180
|
body {
|
|
181
|
-
--data-card-template: repeat(
|
|
181
|
+
--data-card-template: repeat(auto-fit, minmax(23%, auto));
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
@media (min-width: 1401px) and (max-width: 1800px) {
|
|
185
185
|
body {
|
|
186
|
-
--data-card-template: repeat(
|
|
186
|
+
--data-card-template: repeat(auto-fit, minmax(18%, auto));
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
@media (min-width: 1801px) and (max-width: 2200px) {
|
|
190
190
|
body {
|
|
191
|
-
--data-card-template: repeat(
|
|
191
|
+
--data-card-template: repeat(auto-fit, minmax(15%, auto));
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
@media only screen and (min-width: 2201px) {
|
|
195
195
|
body {
|
|
196
|
-
--data-card-template: repeat(
|
|
196
|
+
--data-card-template: repeat(auto-fit, minmax(13%, auto));
|
|
197
197
|
}
|
|
198
198
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/grist-ui",
|
|
3
|
-
"version": "6.0.0-zeta.
|
|
3
|
+
"version": "6.0.0-zeta.29",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"lit": "^2.5.0",
|
|
33
33
|
"lodash-es": "^4.17.21"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "52278360d2d1fa0465eb31aedac105834f269b45"
|
|
36
36
|
}
|