From 084675cf75d08ce2d82fe440abbaf52e429eed3a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:11:10 -0700 Subject: [PATCH] UI: Improve thinking blocks in chat-instruct mode --- css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main.css b/css/main.css index cde01aa4..f2793372 100644 --- a/css/main.css +++ b/css/main.css @@ -1354,6 +1354,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { cursor: pointer; user-select: none; font-size: 14px; + line-height: var(--line-sm); color: rgb(0 0 0 / 70%); transition: background-color 0.2s; }