text-generation-webui/css/chat_style-cai-chat-square.css

22 lines
372 B
CSS
Raw Normal View History

2023-09-14 23:15:08 +00:00
@import url("file/css/chat_style-cai-chat.css");
.circle-bot, .circle-you {
2023-10-20 20:02:18 +00:00
height: 90px;
width: 60px;
border-radius: 10px;
background-color: #656565;
2023-09-14 23:15:08 +00:00
}
.circle-bot img, .circle-you img {
2023-10-20 20:02:18 +00:00
border-radius: 8.333px;
2023-09-14 23:15:08 +00:00
}
.circle-you {
2023-10-20 20:02:18 +00:00
background-color: #656565;
2023-09-14 23:15:08 +00:00
}
.message {
2023-10-20 20:02:18 +00:00
padding-bottom: 30px;
grid-template-columns: 70px minmax(0, 1fr);
2023-09-14 23:15:08 +00:00
}