mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-11 03:01:03 +01:00
UI: CSS fix
This commit is contained in:
parent
4e8f628d3c
commit
cbef35054c
|
|
@ -426,6 +426,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.chat > .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: calc(100vh - 102px);
|
||||
}
|
||||
|
||||
.chat > .messages > :first-child {
|
||||
|
|
|
|||
Loading…
Reference in a new issue