Show reasoning editor when hidden and empty

a771dd54780fb2b3e84bb7f5f4a583c78c251735

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -438,7 +438,7 @@ input[type='checkbox']:focus-visible {
438}438}
439439
440/** If hidden reasoning should not be shown, we hide all blocks that don't have content */440/** If hidden reasoning should not be shown, we hide all blocks that don't have content */
441#chat:not([data-show-hidden-reasoning="true"]) .mes:has(.mes_reasoning:empty) .mes_reasoning_details {441#chat:not([data-show-hidden-reasoning="true"]):not(:has(.reasoning_edit_textarea)) .mes:has(.mes_reasoning:empty) .mes_reasoning_details {
442 display: none;442 display: none;
443}443}
444444