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");
|
@import url("file/css/chat_style-cai-chat.css");
|
||||||
|
|
||||||
.circle-bot, .circle-you {
|
.circle-bot, .circle-you {
|
||||||
height: 75px;
|
height: 90px;
|
||||||
border-radius: 8.333px;
|
width: 60px;
|
||||||
|
border-radius: 10px;
|
||||||
background-color: #656565;
|
background-color: #656565;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,4 +17,5 @@
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
|
grid-template-columns: 70px minmax(0, 1fr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue