Просмотр исходного кода

tweak(ui): restyle reasoning blocks

David Hill 2 месяцев назад
Родитель
Сommit
ec7c72da3f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ui/src/components/message-part.css

+ 2 - 1
packages/ui/src/components/message-part.css

@@ -227,12 +227,13 @@
 [data-component="reasoning-part"] {
   width: 100%;
   color: var(--text-base);
-  opacity: 0.8;
+  font-size: var(--font-size-small);
   line-height: var(--line-height-large);
 
   [data-component="markdown"] {
     margin-top: 24px;
     font-style: normal;
+    font-size: inherit;
 
     p:has(strong) {
       margin-top: 24px;