tuimon 0.3.23 → 0.3.24

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.
@@ -79,7 +79,7 @@ export function generateCss(t) {
79
79
  /* ── Panel grid ── */
80
80
  .panel-grid {
81
81
  display: grid;
82
- grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
82
+ grid-template-columns: repeat(2, 1fr);
83
83
  gap: 10px;
84
84
  flex: 1;
85
85
  min-height: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuimon",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "Render beautiful HTML dashboards directly in your terminal.",
5
5
  "type": "module",
6
6
  "bin": {