Update cai-chat-square style

This commit is contained in:
oobabooga 2023-09-14 19:05:29 -07:00
parent be73a5ecf4
commit 5c62320a62

View File

@ -1,8 +1,9 @@
@import url("file/css/chat_style-cai-chat.css");
.circle-bot, .circle-you {
height: 75px;
border-radius: 8.333px;
height: 90px;
width: 60px;
border-radius: 10px;
background-color: #656565;
}
@ -16,4 +17,5 @@
.message {
padding-bottom: 30px;
grid-template-columns: 70px minmax(0, 1fr);
}