fine tune reasoning css

This commit is contained in:
binary-husky
2025-02-09 20:26:52 +08:00
parent 163e59c0f3
commit add29eba08
4 changed files with 30 additions and 16 deletions

View File

@@ -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;
}