mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
Fix a border radius
This commit is contained in:
parent
8d0359a6d8
commit
abd227594c
@ -339,12 +339,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
border-radius: 0 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-parent {
|
.chat-parent {
|
||||||
height: calc(100dvh - 98px - var(--header-height) - var(--input-delta));
|
height: calc(100dvh - 98px - var(--header-height) - var(--input-delta));
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
border-radius: 0 0 8px 8px !important;
|
border-radius: 0 !important;
|
||||||
margin-bottom: var(--input-delta) !important;
|
margin-bottom: var(--input-delta) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user