修复自绘标题栏让位后底部内容超出可视框
Project CI / Backend tests (push) Successful in 13m29s
Project CI / Repository checks (push) Successful in 14m56s
Project CI / Frontend tests (push) Successful in 21m28s
Project CI / Native shell tests (push) Successful in 14m6s

window-chrome 下 launcher-main 移除旧版悬浮账户条的 42px padding-bottom,页面容器填满内容区。

首页根容器统一按 platform-theme 覆盖高度与内部滚动,覆盖 h-screen 与 h-[calc] 变体,避免高度基于视口导致底部溢出。

固定弹层样式静态守门补充 launcher-main 与首页容器断言。
This commit is contained in:
2026-08-27 00:12:57 +08:00
parent 7c11235612
commit 30e6c309ae
2 changed files with 5 additions and 10 deletions
+2 -10
View File
@@ -304,21 +304,13 @@ body {
.window-chrome__content > .launcher-shell .launcher-main {
height: 100%;
min-height: 0;
padding-bottom: 0;
}
.window-chrome__content
> .launcher-shell
.launcher-main
> .platform-theme.min-h-screen {
height: 100%;
min-height: 0;
overflow: auto;
}
.window-chrome__content
> .launcher-shell
.launcher-main
> .platform-theme.h-screen {
> .platform-theme {
height: 100%;
min-height: 0;
overflow: auto;
@@ -33,6 +33,9 @@ export function registerAgentStatusDerivationTests() {
expect(styles).toContain('.launcher-dialog-backdrop {');
expect(styles).toContain('.game-approval-backdrop {');
expect(styles).toContain('.gdd-approval-card__dialog-backdrop {');
expect(styles).toContain('> .launcher-shell .launcher-main {');
expect(styles).toContain('padding-bottom: 0;');
expect(styles).toContain('> .platform-theme {');
});
it('derives agent card status from the latest run trace step', () => {