From 64b0c43387a3e813cc70d3344ed781e09cae317a Mon Sep 17 00:00:00 2001 From: TheFlow Date: Mon, 20 Oct 2025 08:20:09 +1300 Subject: [PATCH] fix(layout): add min-height to demo containers to prevent hidden content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Added min-h-[600px] to both demo containers to ensure content is visible. ISSUE: User reported 'Simulate Pressure Increase' button was hidden/not visible. Content was rendering but container had no minimum height, causing layout issues where buttons were hidden. FIX: Added min-h-[600px] to both: - Context Pressure Monitor container - Framework Activity Timeline container This ensures 600px minimum height for proper content display. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/metrics/hooks-metrics.json | 11 +++++++++-- public/architecture.html | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index e7896a9f..75b11f97 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4808,6 +4808,13 @@ "file": "/home/theflow/projects/tractatus/public/architecture.html", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T19:19:38.591Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -5071,9 +5078,9 @@ } ], "session_stats": { - "total_edit_hooks": 497, + "total_edit_hooks": 498, "total_edit_blocks": 36, - "last_updated": "2025-10-19T19:15:42.257Z", + "last_updated": "2025-10-19T19:19:38.591Z", "total_write_hooks": 190, "total_write_blocks": 7 } diff --git a/public/architecture.html b/public/architecture.html index 8a58360f..ae8787da 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -372,12 +372,12 @@
-
+
-
+