Attempt at shrinking chat area when input box grows

This commit is contained in:
Lounger 2023-12-22 04:51:20 +01:00
parent 588b37c032
commit 554a8f910b
2 changed files with 16 additions and 2 deletions

View file

@ -332,7 +332,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
margin-left: auto;
margin-right: auto;
max-width: 880px;
min-height: var(--chat-height);
height: var(--chat-height);
overflow-y: auto;
padding-right: 15px;
display: flex;