Update cai-chat-square style
This commit is contained in:
parent
be73a5ecf4
commit
5c62320a62
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue