From 16c57079e5fdb1aed5017ebd18b2f25130b4963f Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:02:19 +0200 Subject: [PATCH] fix(chatbox): Update selectors to resolve broken chatbox styles - Refine CSS selectors to fix styling issues in the chatbox caused by recent changes - Ensure proper application of styles to maintain a consistent and polished appearance - Address any unintended regressions in the chatbox layout or design Changes summary: - Updated CSS selectors to resolve styling issues in the chatbox that were previously broken. This ensures the chatbox maintains a consistent and visually appealing design, addressing any regressions introduced by recent updates. --- styles/elements/_right--textarea.scss | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/styles/elements/_right--textarea.scss b/styles/elements/_right--textarea.scss index 521f72b..efffbbd 100644 --- a/styles/elements/_right--textarea.scss +++ b/styles/elements/_right--textarea.scss @@ -1,5 +1,4 @@ -// .cefa5c26:has(#chat-input) { -._77cefa5:has(#chat-input) { +._77cefa5 { background: var(--c-bg-textarea) !important; // box-shadow: inset 0 0 1px 1px hsla(var(--accent-hsl) / 0.08) !important; @@ -7,15 +6,15 @@ // border: none !important; border-radius: calc(var(--br) * 1.9) !important; - /* Textarea */ - #chat-input { - color: var(--c-txt) !important; - // padding: 1.2rem; + // /* Textarea */ + // #chat-input { + // color: var(--c-txt) !important; + // // padding: 1.2rem; - &::placeholder { - color: var(--c-subtext-2) !important; - } - } + // &::placeholder { + // color: var(--c-subtext-2) !important; + // } + // } /* Attach icon */ .f02f0e25 {