Show reasoning editor when hidden and empty

a771dd54780fb2b3e84bb7f5f4a583c78c251735

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

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