diff options
| author | Frank <[email protected]> | 2025-10-10 02:53:05 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-10 02:53:05 -0400 |
| commit | 64409182ec1af53aa970d5f8f372d57de10c173a (patch) | |
| tree | ce5bab12362437c243440f719f45d3b054b0bef9 | |
| parent | 8d4607ebd56aa5ba528c3d61621765b60e80c196 (diff) | |
| download | opencode-64409182ec1af53aa970d5f8f372d57de10c173a.tar.gz opencode-64409182ec1af53aa970d5f8f372d57de10c173a.zip | |
wip: zen style byok
| -rw-r--r-- | packages/console/app/src/routes/workspace/[id]/provider-section.module.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/provider-section.module.css b/packages/console/app/src/routes/workspace/[id]/provider-section.module.css index f5cfdd8ff..b009d1aa5 100644 --- a/packages/console/app/src/routes/workspace/[id]/provider-section.module.css +++ b/packages/console/app/src/routes/workspace/[id]/provider-section.module.css @@ -35,16 +35,19 @@ &[data-slot="provider-status"] { text-align: left; color: var(--color-text); + width: 50%; [data-slot="edit-form"] { display: flex; flex-direction: column; gap: var(--space-3); + max-width: 100%; [data-slot="input-wrapper"] { display: flex; flex-direction: column; gap: var(--space-1); + max-width: 100%; input { padding: var(--space-2) var(--space-3); @@ -54,6 +57,8 @@ color: var(--color-text); font-size: var(--font-size-sm); font-family: var(--font-mono); + width: 100%; + box-sizing: border-box; &:focus { outline: none; @@ -77,6 +82,8 @@ &[data-slot="provider-action"] { text-align: left; font-family: var(--font-sans); + width: 30%; + white-space: nowrap; [data-slot="configured-actions"] { display: flex; |
