mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
#chat-input-container > .form {
|
||||
|
@ -807,12 +808,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 0;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
@media screen and (width <= 924px) {
|
||||
#chat-col {
|
||||
height: calc(100dvh - 132px);
|
||||
margin-top: 32px;
|
||||
height: calc(100dvh - 32px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue