mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
UI: Update chat instruct styles
This commit is contained in:
parent
ff3e845b04
commit
f9accd38e0
@ -1,9 +1,14 @@
|
|||||||
|
.chat-parent {
|
||||||
|
border-radius: 0 0 0 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.chat {
|
.chat {
|
||||||
background: var(--block-background-fill);
|
background: var(--block-background-fill);
|
||||||
padding: 24px 19px;
|
padding: 24px 19px;
|
||||||
padding-right: 19px !important;
|
padding-right: 19px !important;
|
||||||
border: 1px solid var(--block-border-color);
|
border: 1px solid var(--block-border-color);
|
||||||
border-radius: 8px;
|
border-top: none;
|
||||||
|
border-radius: 0 0 0 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
Loading…
Reference in New Issue
Block a user