@jhizzard/termdeck 1.6.0 → 1.6.1
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": "@jhizzard/termdeck",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Browser-based terminal multiplexer with metadata overlays, panel flashback memory recall, and AI-aware session management",
|
|
5
5
|
"bin": {
|
|
6
6
|
"termdeck": "./packages/cli/src/index.js"
|
|
@@ -353,6 +353,7 @@
|
|
|
353
353
|
/* Focus mode: single terminal fills the grid */
|
|
354
354
|
.grid-container.layout-focus { grid-template-columns: 1fr; grid-template-rows: 1fr; }
|
|
355
355
|
.grid-container.layout-focus .term-panel:not(.focused) { display: none; }
|
|
356
|
+
.orch-pin-row:has(~ .grid-container.layout-focus) { display: none; }
|
|
356
357
|
|
|
357
358
|
/* Half mode: one big + small stack */
|
|
358
359
|
.grid-container.layout-half {
|