WIP: AGC 资源画布与替换改造 V3.0 #316

Draft
suzmii wants to merge 131 commits from feat/agc-canvas-resource-workbench-v3 into master
Showing only changes of commit f7374b2101 - Show all commits
+6 -5
View File
@@ -9211,17 +9211,17 @@ iframe.preview-frame {
.game-workbench-chat
.project-supervisor-surface.is-direct-codex
.project-supervisor-message-list {
bottom: 116px;
bottom: 156px;
}
.resource-reference-input-editor::-webkit-scrollbar {
width: 8px;
width: 10px;
}
.resource-reference-input-editor::-webkit-scrollbar-thumb {
border: 2px solid transparent;
border-radius: 999px;
background: #cbd5e1;
background: #94a3b8;
background-clip: padding-box;
}
@@ -9281,8 +9281,9 @@ iframe.preview-frame {
.project-supervisor-surface.is-direct-codex
.project-supervisor-composer
.resource-reference-input-editor {
min-height: 64px;
max-height: 160px;
min-height: 96px;
max-height: 140px;
overflow-y: auto;
padding: 0;
font-size: 13px;
line-height: 1.6;