mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
feat: 对齐构建时的目标
This commit is contained in:
@@ -201,9 +201,12 @@
|
||||
padding: 28px 32px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: calc(100vh - 56px);
|
||||
height: calc(100vh - 56px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#permission-area { flex-shrink: 0; }
|
||||
|
||||
.back-link {
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-secondary);
|
||||
@@ -216,7 +219,7 @@
|
||||
}
|
||||
.back-link:hover { color: var(--accent); text-decoration: none; }
|
||||
|
||||
.session-header { margin-bottom: 24px; }
|
||||
.session-header { margin-bottom: 24px; flex-shrink: 0; }
|
||||
|
||||
.session-detail-title {
|
||||
font-family: var(--font-display);
|
||||
|
||||
Reference in New Issue
Block a user