make the font smaller for chain of thought output
This commit is contained in:
parent
a15183d54b
commit
a3924be4c1
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@ main,
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
details {
|
||||
font-size: 0.75rem;
|
||||
summary {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
details[data-in-progress] {
|
||||
max-height: 4em;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in a new issue