diff options
| author | Adam <[email protected]> | 2026-02-20 06:46:03 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-20 10:05:09 -0600 |
| commit | 2a904ec56f202641d3172fc87842e2b73d6fb149 (patch) | |
| tree | d72e4aec4c3b621d0b69213681b6cc285cf7cfa9 /packages/ui/src/components/session-turn.css | |
| parent | 0ce61c817b74e31e08bd140611e2f7ae6ba1684c (diff) | |
| download | opencode-2a904ec56f202641d3172fc87842e2b73d6fb149.tar.gz opencode-2a904ec56f202641d3172fc87842e2b73d6fb149.zip | |
feat(app): show/hide reasoning summaries
Diffstat (limited to 'packages/ui/src/components/session-turn.css')
| -rw-r--r-- | packages/ui/src/components/session-turn.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/ui/src/components/session-turn.css b/packages/ui/src/components/session-turn.css index bf1258d2e..9639e6635 100644 --- a/packages/ui/src/components/session-turn.css +++ b/packages/ui/src/components/session-turn.css @@ -41,6 +41,8 @@ display: flex; align-items: center; gap: 8px; + width: 100%; + min-width: 0; color: var(--text-weak); font-family: var(--font-family-sans); font-size: var(--font-size-base); @@ -52,6 +54,16 @@ width: 16px; height: 16px; } + + [data-slot="session-turn-thinking-heading"] { + flex: 1 1 auto; + min-width: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + color: var(--text-weaker); + font-weight: var(--font-weight-regular); + } } .error-card { |
