@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuneta/gobj-ui",
3
- "version": "7.13.5",
3
+ "version": "7.13.6",
4
4
  "type": "module",
5
5
  "main": "dist/gobj-ui.cjs.js",
6
6
  "module": "dist/gobj-ui.es.js",
@@ -72,12 +72,15 @@
72
72
  cursor: pointer;
73
73
  }
74
74
 
75
- /* ...but they hold NAMES, and a treedb name is long: at the shell's 9rem
76
- * (144px) `treedb_yuneta_agent` breaks into three lines inside its own
77
- * card. Start wider here. The shell default is left alone -- it also
78
- * serves grids of short labels, where 12rem would be a lot of air. */
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(12rem, 1fr));
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. */