From daa72b906e3364c2b6a836533fc1980bb63ba303 Mon Sep 17 00:00:00 2001 From: "A.J. Shulman" Date: Fri, 16 Aug 2024 15:45:23 -0400 Subject: now shows thoughts in real time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit next steps: integrate everything with the AnswerParser make sure citations work perfectly (right now clicking citations isn't perfect for urls and multiple citations for the same url source are generated—check examples for mistakes) --- src/client/views/nodes/ChatBox/ChatBox.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/views/nodes/ChatBox/ChatBox.scss') diff --git a/src/client/views/nodes/ChatBox/ChatBox.scss b/src/client/views/nodes/ChatBox/ChatBox.scss index e39938c4f..91bb3aba7 100644 --- a/src/client/views/nodes/ChatBox/ChatBox.scss +++ b/src/client/views/nodes/ChatBox/ChatBox.scss @@ -239,4 +239,8 @@ $follow-up-hover-bg-color: #dee2e6; } } } + .thought-text { + color: #6c757d; + font-style: italic; + } } -- cgit v1.2.3-70-g09d2