mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-30 06:00:15 +01:00
20 lines
298 B
CSS
20 lines
298 B
CSS
@import url("file/css/chat_style-cai-chat.css");
|
|
|
|
.circle-bot, .circle-you {
|
|
height: 75px;
|
|
border-radius: 8.333px;
|
|
background-color: #656565;
|
|
}
|
|
|
|
.circle-bot img, .circle-you img {
|
|
border-radius: 8.333px;
|
|
}
|
|
|
|
.circle-you {
|
|
background-color: #656565;
|
|
}
|
|
|
|
.message {
|
|
padding-bottom: 30px;
|
|
}
|