diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index 16423e0fa..dcd381095 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -6616,6 +6616,13 @@ iframe.preview-frame { scrollbar-gutter: stable; } +/* 上面 24dvh/240px 的天花板是给做游戏链路常驻的调试面板设的。策划链路的窄条只在 + 需要用户动手时出现(澄清卡 / 失败恢复),内容是要读完再回答的题面,给它和审批 + 卡同级的空间。 */ +.game-workbench-chat .planning-lane-runtime-strip { + max-height: clamp(240px, 52dvh, 640px); +} + .game-workbench-chat .project-runtime-summary { position: sticky; top: -10px;