fine tune reasoning css

这个提交包含在:
binary-husky
2025-02-09 20:26:52 +08:00
父节点 163e59c0f3
当前提交 add29eba08
共有 4 个文件被更改,包括 30 次插入16 次删除

查看文件

@@ -311,3 +311,15 @@
backdrop-filter: blur(10px);
background-color: rgba(var(--block-background-fill), 0.5);
}
.reasoning_process {
font-size: smaller;
font-style: italic;
margin: 0px;
padding: 1em;
line-height: 1.5;
text-wrap: wrap;
opacity: 0.8;
}