mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 14:46:14 -04:00
UI: Fixes after previous commit
This commit is contained in:
parent
7853fb1c8d
commit
d186621926
1 changed files with 3 additions and 1 deletions
|
@ -787,6 +787,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
#chat-input-container {
|
#chat-input-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-width: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-input-container > .form {
|
#chat-input-container > .form {
|
||||||
|
@ -807,12 +808,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width <= 924px) {
|
@media screen and (width <= 924px) {
|
||||||
#chat-col {
|
#chat-col {
|
||||||
height: calc(100dvh - 132px);
|
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
height: calc(100dvh - 32px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue