From 6fe26f7f772d122d5f83784adf0f8bb5118f5d09 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:40:45 +0200 Subject: [PATCH] Fix reasoning editor duplication --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 59c25f144..549b0d915 100644 --- a/public/style.css +++ b/public/style.css @@ -409,6 +409,7 @@ input[type='checkbox']:focus-visible { .mes_reasoning_details:has(.mes_reasoning:empty), .mes_reasoning_details:not([open]) .mes_reasoning_actions, .mes_reasoning_details:has(.reasoning_edit_textarea) .mes_reasoning, +.mes_reasoning_details:has(.reasoning_edit_textarea) .mes_reasoning_header, .mes_reasoning_details:not(:has(.reasoning_edit_textarea)) .mes_reasoning_actions .edit_button, .mes_reasoning_details:has(.reasoning_edit_textarea) .mes_reasoning_actions .mes_button:not(.edit_button), .mes_block:has(.edit_textarea):has(.reasoning_edit_textarea) .mes_reasoning_actions { @@ -4271,7 +4272,7 @@ input[type="range"]::-webkit-slider-thumb { opacity: 0.5; padding: 0px; font-size: 1em; - height: 2em; + height: 2rem; margin-top: 0; margin-bottom: 0; aspect-ratio: 1 / 1;