mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Set borders for all chat styles
This commit is contained in:
parent
e3e053ab99
commit
6fbd64db72
@ -1,14 +1,8 @@
|
||||
.chat-parent {
|
||||
border-radius: 0 0 0 8px !important;
|
||||
}
|
||||
|
||||
.chat {
|
||||
background: var(--block-background-fill);
|
||||
padding: 24px 19px;
|
||||
padding-right: 19px !important;
|
||||
border: 1px solid var(--block-border-color);
|
||||
border-top: none;
|
||||
border-radius: 0 0 0 8px !important;
|
||||
}
|
||||
|
||||
.message {
|
||||
|
@ -338,11 +338,14 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
flex-direction: column;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
border-top: none;
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
}
|
||||
|
||||
.chat-parent {
|
||||
height: calc(100dvh - 113px - var(--chat-input-offset));
|
||||
overflow: auto !important;
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
}
|
||||
|
||||
.old-ui .chat-parent {
|
||||
|
Loading…
Reference in New Issue
Block a user