补齐资源画本迁移遗漏的输入区模型触发器样式
用 postcss 精确比对 #283 与当前分支的 CSS 规则集合,补齐唯一缺失的 .project-supervisor-surface.is-direct-codex .conversation-model-trigger 补齐后 #283 的 1057 条规则在当前分支全部存在,postcss 解析通过
This commit is contained in:
@@ -8788,6 +8788,22 @@ iframe.preview-frame {
|
||||
max-width: calc(100% - 120px);
|
||||
pointer-events: auto;
|
||||
}
|
||||
.project-supervisor-surface.is-direct-codex .conversation-model-trigger {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
max-width: 180px;
|
||||
height: 30px;
|
||||
padding: 0 6px;
|
||||
border: 0;
|
||||
border-radius: 7px;
|
||||
background: transparent;
|
||||
color: var(--platform-text-soft, #6b7280);
|
||||
font: inherit;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.home-input-model-select {
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user