summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components')
-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;
+ }
+ }
}
}