2023-04-05 11:49:59 -03:00
|
|
|
.message {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 60px 1fr;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
font-size: 15px;
|
2023-09-13 13:29:00 -07:00
|
|
|
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
|
2023-09-15 07:31:43 -07:00
|
|
|
line-height: 22px;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-body p {
|
|
|
|
font-size: 15px !important;
|
2023-09-15 07:31:43 -07:00
|
|
|
line-height: 22px !important;
|
2023-05-05 00:36:15 -03:00
|
|
|
margin-bottom: 1.25em !important;
|
2023-04-05 11:49:59 -03:00
|
|
|
}
|
|
|
|
|
2023-09-21 14:30:52 -07:00
|
|
|
.chat .message-body ul, .chat .message-body ol {
|
2023-06-20 00:46:18 -03:00
|
|
|
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-08-29 14:14:01 -07:00
|
|
|
background-color: #1f2937;
|
2023-05-05 12:02:45 -03:00
|
|
|
}
|
|
|
|
|
2023-06-06 07:00:00 -03:00
|
|
|
.dark .chat .user-message {
|
2023-09-14 05:56:57 -07:00
|
|
|
background-color: transparent;
|
2023-06-06 07:00:00 -03:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|