From 8ed7e201d10b4cfcbc701a6d9f6f5951b7d6d644 Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Wed, 9 Sep 2026 15:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90=E8=B5=84=E6=BA=90=E7=94=BB?= =?UTF-8?q?=E6=9C=AC=E8=BF=81=E7=A7=BB=E9=81=97=E6=BC=8F=E7=9A=84=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=8C=BA=E6=A8=A1=E5=9E=8B=E8=A7=A6=E5=8F=91=E5=99=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用 postcss 精确比对 #283 与当前分支的 CSS 规则集合,补齐唯一缺失的 .project-supervisor-surface.is-direct-codex .conversation-model-trigger 补齐后 #283 的 1057 条规则在当前分支全部存在,postcss 解析通过 --- apps/ai-game-creator-shell/src/styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index 0be3e761f..a06b518c7 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -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;