2023-04-05 11:49:59 -03:00
|
|
|
.message {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 60px 1fr;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
line-height: 1.428571429;
|
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-body p {
|
|
|
|
font-size: 15px !important;
|
2023-05-04 23:41:00 -03:00
|
|
|
line-height: 1.75 !important;
|
2023-05-05 00:36:15 -03:00
|
|
|
margin-bottom: 1.25em !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
2023-06-20 00:46:18 -03:00
|
|
|
.message-body ul, .message-body ol {
|
|
|
|
margin-bottom: 1.25em !important;
|
|
|
|
}
|
|
|
|
|
2023-04-05 11:49:59 -03:00
|
|
|
.dark .message-body p em {
|
2023-05-02 23:38:51 -03:00
|
|
|
color: rgb(198, 202, 214) !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.message-body p em {
|
|
|
|
color: rgb(110, 110, 110) !important;
|
|
|
|
}
|
|
|
|
|
2023-04-06 12:00:20 -03:00
|
|
|
.gradio-container .chat .assistant-message {
|
2023-05-25 13:12:34 -03:00
|
|
|
padding: 15px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background-color: #0000000f;
|
|
|
|
margin-top: 9px !important;
|
|
|
|
margin-bottom: 18px !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
2023-04-06 12:00:20 -03:00
|
|
|
.gradio-container .chat .user-message {
|
2023-05-25 13:12:34 -03:00
|
|
|
padding: 15px;
|
|
|
|
border-radius: 20px;
|
|
|
|
margin-bottom: 9px !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
2023-08-17 11:06:18 -07:00
|
|
|
.gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-04-06 12:00:20 -03:00
|
|
|
.dark .chat .assistant-message {
|
2023-06-18 01:38:32 -03:00
|
|
|
background-color: #3741519e;
|
2023-06-06 07:00:00 -03:00
|
|
|
border: 1px solid #4b5563;
|
2023-05-05 12:02:45 -03:00
|
|
|
}
|
|
|
|
|
2023-06-06 07:00:00 -03:00
|
|
|
.dark .chat .user-message {
|
|
|
|
background-color: #111827;
|
|
|
|
border: 1px solid #4b5563;
|
|
|
|
}
|
|
|
|
|
2023-05-05 12:02:45 -03:00
|
|
|
code {
|
2023-05-25 13:12:34 -03:00
|
|
|
background-color: white !important;
|
2023-05-05 12:02:45 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark code {
|
2023-08-17 11:06:18 -07:00
|
|
|
background-color: #0e1321 !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|