Skip to content
Snippets Groups Projects

Issue #3387333: Integration with getConversations API endpoint

11 files
+ 354
77
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 4
7
@@ -19,20 +19,17 @@
.chatbase-conversation-wrapper .chatbase-message-assistant .chatbase-message,
.chatbase-conversation-wrapper .chatbase-message-user .chatbase-message {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
border-radius: 0.5rem;
margin-bottom: 0.75rem;
padding: 0.75rem 1rem;
border-radius: 0.5rem;
}
.chatbase-conversation-wrapper .chatbase-message-assistant .chatbase-message {
background-color: rgb(241, 241, 240);
color: black;
background-color: rgb(241, 241, 240);
}
.chatbase-conversation-wrapper .chatbase-message-user .chatbase-message {
background-color: rgb(59, 129, 246);
color: white;
background-color: rgb(59, 129, 246);
}
Loading