diff options
| author | David Hill <[email protected]> | 2026-01-20 00:42:55 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 00:42:55 +0000 |
| commit | 7f9ffe57f9c94f0f9baca3967009854ce8aa5d11 (patch) | |
| tree | 2a96720380bfb99a9b508ee05628d9dab426fcd6 | |
| parent | ad31b555a899f476614be41a4973fea0ba2b2383 (diff) | |
| download | opencode-7f9ffe57f9c94f0f9baca3967009854ce8aa5d11.tar.gz opencode-7f9ffe57f9c94f0f9baca3967009854ce8aa5d11.zip | |
update thinking text styling in desktop app
| -rw-r--r-- | packages/ui/src/components/message-part.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css index 184565e9c..a5dbdf36d 100644 --- a/packages/ui/src/components/message-part.css +++ b/packages/ui/src/components/message-part.css @@ -113,11 +113,22 @@ [data-component="reasoning-part"] { width: 100%; - opacity: 0.5; + color: var(--text-base); + opacity: 0.8; + line-height: var(--line-height-large); [data-component="markdown"] { margin-top: 24px; font-style: italic !important; + + p:has(strong) { + margin-top: 24px; + margin-bottom: 0; + + &:first-child { + margin-top: 0; + } + } } } |
