完善项目页弹性布局
Project CI / Repository checks (pull_request) Successful in 3m8s
Project CI / Frontend tests (pull_request) Successful in 4m13s
Project CI / Native shell tests (pull_request) Successful in 19m10s
Project CI / Backend tests (pull_request) Successful in 20m45s

固定项目列表表头高度避免被压缩
恢复无窗口壳渲染时的视口高度回退
保留窗口壳内容区的百分比高度覆盖
This commit is contained in:
2026-08-31 14:06:23 +08:00
parent abf5b94f72
commit 5b18be8f9a
+3 -2
View File
@@ -826,7 +826,7 @@ textarea {
width: calc(100vw - var(--launcher-sidebar-width));
max-width: none;
flex: 1 1 auto;
height: 100%;
height: 100dvh;
min-height: 0;
margin: 0;
padding: 92px 28px 24px;
@@ -836,7 +836,7 @@ textarea {
.launcher-main:has(.launcher-projects-page) {
display: flex;
flex-direction: column;
height: 100%;
height: 100dvh;
min-height: 0;
padding-bottom: 0;
}
@@ -1030,6 +1030,7 @@ textarea {
.launcher-project-table-header {
height: 42px;
flex-shrink: 0;
padding: 0 14px;
border-bottom: 1px solid var(--platform-surface-border);
background: color-mix(