@yuneta/gobj-ui 7.13.5 → 7.13.6
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
|
@@ -72,12 +72,15 @@
|
|
|
72
72
|
cursor: pointer;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
/* ...but they hold NAMES, and a treedb name is long
|
|
76
|
-
* (144px) `treedb_yuneta_agent`
|
|
77
|
-
* card
|
|
78
|
-
*
|
|
75
|
+
/* ...but they hold NAMES, and a treedb name is long. At the shell's 9rem
|
|
76
|
+
* (144px) `treedb_yuneta_agent` broke into THREE lines inside its own
|
|
77
|
+
* card, and at 12rem into two: the name shares its row with the icon and
|
|
78
|
+
* the card's padding, so what it gets is some 60px less than the card.
|
|
79
|
+
* 14rem is what fits that name on one line. The shell default is left
|
|
80
|
+
* alone -- it also serves grids of short labels, where this would be a
|
|
81
|
+
* lot of air. */
|
|
79
82
|
.C_YUI_SCHEMA_EDITOR .yui-nav-cards {
|
|
80
|
-
grid-template-columns: repeat(auto-fill, minmax(
|
|
83
|
+
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
|
|
81
84
|
}
|
|
82
85
|
|
|
83
86
|
/* The flag grid: as many columns as fit, never fewer than one. */
|