UI: Fixes after previous commit

This commit is contained in:
oobabooga 2025-05-04 15:19:46 -07:00
parent 7853fb1c8d
commit d186621926

View file

@ -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);
} }
} }