From 2b83ed01c2b47966f09be5a0711630681977ddfb Mon Sep 17 00:00:00 2001 From: Melissa Samworth Date: Wed, 5 Jun 2024 21:59:56 -0400 Subject: [PATCH 1/2] styling fixes for reference hover (WIP) --- app/components/Chatbot/ChatEntry.tsx | 6 +++--- app/components/Chatbot/chat_entry.css | 3 ++- app/components/Chatbot/widgit.css | 1 - app/root.css | 17 +++++++++++++++++ 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/app/components/Chatbot/ChatEntry.tsx b/app/components/Chatbot/ChatEntry.tsx index 10717c1e..a244ca1a 100644 --- a/app/components/Chatbot/ChatEntry.tsx +++ b/app/components/Chatbot/ChatEntry.tsx @@ -84,7 +84,7 @@ const ReferenceSummary = ({title, authors, source, url}: Citation & {titleClass? return (
-
{title}
+
{title}
{' ยท '} @@ -104,8 +104,8 @@ const ReferencePopup = (citation: Citation) => { return (
-
Referenced excerpt
-
Referenced excerpt
+
Date: Wed, 5 Jun 2024 22:01:23 -0400 Subject: [PATCH 2/2] lint --- app/components/Chatbot/ChatEntry.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/Chatbot/ChatEntry.tsx b/app/components/Chatbot/ChatEntry.tsx index a244ca1a..eb63aa2f 100644 --- a/app/components/Chatbot/ChatEntry.tsx +++ b/app/components/Chatbot/ChatEntry.tsx @@ -105,7 +105,8 @@ const ReferencePopup = (citation: Citation) => {
Referenced excerpt
-