mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update cai-chat-square style
This commit is contained in:
parent
be73a5ecf4
commit
5c62320a62
@ -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…
Reference in New Issue
Block a user