UI: Fix the chat area height when "Show controls" is unchecked

This commit is contained in:
oobabooga 2025-05-17 17:11:38 -07:00
parent 61276f6a37
commit 366de4b561

View file

@ -827,7 +827,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
} }
#chat-col.bigchat { #chat-col.bigchat {
padding-bottom: 80px !important; padding-bottom: 15px !important;
} }
.message-body ol, .message-body ul { .message-body ol, .message-body ul {