summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-20 00:42:55 +0000
committerDavid Hill <[email protected]>2026-01-20 00:42:55 +0000
commit7f9ffe57f9c94f0f9baca3967009854ce8aa5d11 (patch)
tree2a96720380bfb99a9b508ee05628d9dab426fcd6
parentad31b555a899f476614be41a4973fea0ba2b2383 (diff)
downloadopencode-7f9ffe57f9c94f0f9baca3967009854ce8aa5d11.tar.gz
opencode-7f9ffe57f9c94f0f9baca3967009854ce8aa5d11.zip
update thinking text styling in desktop app
-rw-r--r--packages/ui/src/components/message-part.css13
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;
+ }
+ }
}
}