mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01: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");
|
@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…
Reference in New Issue
Block a user