From 0d3f85477897c2999f456713ce998b59b26a6a22 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 20 May 2025 21:40:42 -0700 Subject: [PATCH] Improve the style of thinking blocks --- css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/main.css b/css/main.css index 6cb99fc3..8444cae8 100644 --- a/css/main.css +++ b/css/main.css @@ -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; }