mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Improve the style of thinking blocks
This commit is contained in:
parent
8620d6ffe7
commit
0d3f854778
1 changed files with 5 additions and 0 deletions
|
@ -1370,6 +1370,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
contain: layout;
|
contain: layout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat .message-body .thinking-content p,
|
||||||
|
.chat .message-body .thinking-content li {
|
||||||
|
font-size: 14px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Animation for opening thinking blocks */
|
/* Animation for opening thinking blocks */
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
from { opacity: 0; }
|
from { opacity: 0; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue