From b98eaaf14dcd7475e60215f4dfbaa010dcd7ffbe Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 27 Mar 2023 22:56:17 +0800 Subject: [PATCH] style: align items --- src/components/ConversationItem/index.jsx | 1 + src/components/FeedbackForChatGPTWeb/index.jsx | 6 ++++-- src/content-script/styles.scss | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ConversationItem/index.jsx b/src/components/ConversationItem/index.jsx index e534423..7bfd5bd 100644 --- a/src/components/ConversationItem/index.jsx +++ b/src/components/ConversationItem/index.jsx @@ -61,6 +61,7 @@ export function ConversationItem({ type, content, session, done, port }) { href={'https://chat.openai.com/chat/' + session.conversationId} target="_blank" rel="nofollow noopener noreferrer" + className="gpt-util-icon" style="color: inherit;" > diff --git a/src/components/FeedbackForChatGPTWeb/index.jsx b/src/components/FeedbackForChatGPTWeb/index.jsx index dd31c3e..8b50cef 100644 --- a/src/components/FeedbackForChatGPTWeb/index.jsx +++ b/src/components/FeedbackForChatGPTWeb/index.jsx @@ -42,13 +42,15 @@ const FeedbackForChatGPTWeb = (props) => {
diff --git a/src/content-script/styles.scss b/src/content-script/styles.scss index 865fd5c..6b036d5 100644 --- a/src/content-script/styles.scss +++ b/src/content-script/styles.scss @@ -163,7 +163,6 @@ .gpt-feedback { display: flex; gap: 6px; - cursor: pointer; } .gpt-feedback-selected {