Improve the style of thinking blocks

This commit is contained in:
oobabooga 2025-05-20 21:40:42 -07:00
parent 8620d6ffe7
commit 0d3f854778

View file

@ -1370,6 +1370,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
contain: layout;
}
.chat .message-body .thinking-content p,
.chat .message-body .thinking-content li {
font-size: 14px !important;
}
/* Animation for opening thinking blocks */
@keyframes fadeIn {
from { opacity: 0; }