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;