2023-04-05 10:49:59 -04: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-08-29 17:14:01 -04:00
|
|
|
line-height: 1.4 !important;
|
2023-05-04 23:36:15 -04:00
|
|
|
margin-bottom: 1.25em !important;
|
2023-04-05 10:49:59 -04:00
|
|
|
}
|
|
|
|
|
2023-06-19 23:46:18 -04:00
|
|
|
.message-body ul, .message-body ol {
|
|
|
|
margin-bottom: 1.25em !important;
|
|
|
|
}
|
|
|
|
|
2023-04-05 10:49:59 -04:00
|
|
|
.dark .message-body p em {
|
2023-05-02 22:38:51 -04:00
|
|
|
color: rgb(198, 202, 214) !important;
|
2023-04-05 10:49:59 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.message-body p em {
|
|
|
|
color: rgb(110, 110, 110) !important;
|
|
|
|
}
|
|
|
|
|
2023-04-06 11:00:20 -04:00
|
|
|
.gradio-container .chat .assistant-message {
|
2023-05-25 12:12:34 -04:00
|
|
|
padding: 15px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background-color: #0000000f;
|
|
|
|
margin-top: 9px !important;
|
|
|
|
margin-bottom: 18px !important;
|
2023-04-05 10:49:59 -04:00
|
|
|
}
|
|
|
|
|
2023-04-06 11:00:20 -04:00
|
|
|
.gradio-container .chat .user-message {
|
2023-05-25 12:12:34 -04:00
|
|
|
padding: 15px;
|
|
|
|
border-radius: 20px;
|
|
|
|
margin-bottom: 9px !important;
|
2023-04-05 10:49:59 -04:00
|
|
|
}
|
|
|
|
|
2023-08-17 14:06:18 -04:00
|
|
|
.gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2023-04-06 11:00:20 -04:00
|
|
|
.dark .chat .assistant-message {
|
2023-08-29 17:14:01 -04:00
|
|
|
background-color: #1f2937;
|
2023-06-06 06:00:00 -04:00
|
|
|
border: 1px solid #4b5563;
|
2023-05-05 11:02:45 -04:00
|
|
|
}
|
|
|
|
|
2023-06-06 06:00:00 -04:00
|
|
|
.dark .chat .user-message {
|
|
|
|
background-color: #111827;
|
|
|
|
border: 1px solid #4b5563;
|
|
|
|
}
|
|
|
|
|
2023-05-05 11:02:45 -04:00
|
|
|
code {
|
2023-05-25 12:12:34 -04:00
|
|
|
background-color: white !important;
|
2023-05-05 11:02:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark code {
|
2023-08-17 14:06:18 -04:00
|
|
|
background-color: #0e1321 !important;
|
2023-04-05 10:49:59 -04:00
|
|
|
}
|