text-generation-webui/css/chat_style-wpp.css

55 lines
944 B
CSS
Raw Normal View History

2023-04-16 21:44:50 +02:00
.message {
padding-bottom: 25px;
font-size: 15px;
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
2023-04-16 21:44:50 +02:00
line-height: 1.428571429;
}
.text-you {
2023-05-25 18:12:34 +02:00
background-color: #d9fdd3;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
float: right;
2023-04-16 21:44:50 +02:00
}
.text-bot {
2023-05-25 18:12:34 +02:00
background-color: #f2f2f2;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
2023-04-16 21:44:50 +02:00
}
.dark .text-you {
2023-05-25 18:12:34 +02:00
background-color: #005c4b;
color: #111b21;
2023-04-16 21:44:50 +02:00
}
.dark .text-bot {
2023-05-25 18:12:34 +02:00
background-color: #1f2937;
color: #111b21;
2023-04-16 21:44:50 +02:00
}
.text-bot p, .text-you p {
2023-05-25 18:12:34 +02:00
margin-top: 5px;
2023-04-16 21:44:50 +02:00
}
.message-body img {
max-width: 300px;
max-height: 300px;
border-radius: 20px;
}
.message-body p {
margin-bottom: 0 !important;
font-size: 15px !important;
line-height: 1.428571429 !important;
}
.dark .message-body p em {
color: rgb(138, 138, 138) !important;
}
.message-body p em {
color: rgb(110, 110, 110) !important;
}