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

22 lines
372 B
CSS
Raw Normal View History

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