From a771dd54780fb2b3e84bb7f5f4a583c78c251735 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 16 Feb 2025 23:21:08 +0200 Subject: [PATCH] Show reasoning editor when hidden and empty --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index ff585ca65..6278d9960 100644 --- a/public/style.css +++ b/public/style.css @@ -438,7 +438,7 @@ input[type='checkbox']:focus-visible { } /** If hidden reasoning should not be shown, we hide all blocks that don't have content */ -#chat:not([data-show-hidden-reasoning="true"]) .mes:has(.mes_reasoning:empty) .mes_reasoning_details { +#chat:not([data-show-hidden-reasoning="true"]):not(:has(.reasoning_edit_textarea)) .mes:has(.mes_reasoning:empty) .mes_reasoning_details { display: none; }