make the font smaller for chain of thought output

This commit is contained in:
Charlotte Som 2025-02-26 16:11:28 +00:00
parent a15183d54b
commit a3924be4c1

View file

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