From 5306ada0c42d4aa01e76331070b782ad6b2a98cf Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:11:25 +0800 Subject: [PATCH] style: polish inline prompt model picker layout --- style/base.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style/base.css b/style/base.css index 5438dc0..9bb2c8c 100644 --- a/style/base.css +++ b/style/base.css @@ -42,6 +42,19 @@ background: var(--jp-layout-color1, #fff); } +.opencode-inline-prompt .opencode-model-label { + display: flex; + align-items: center; + gap: 6px; + font-size: var(--jp-ui-font-size1); +} + +.opencode-inline-prompt .opencode-model-select { + flex: 1; + min-width: 0; + font-size: var(--jp-ui-font-size1); +} + .opencode-inline-prompt textarea { width: 100%; resize: vertical;