Claim more vertical space

This commit is contained in:
Lounger 2023-12-21 05:42:06 +01:00
parent 6fbd64db72
commit 0dd759c44f

View File

@ -343,17 +343,17 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
}
.chat-parent {
height: calc(100dvh - 113px - var(--chat-input-offset));
height: calc(100dvh - 98px - var(--chat-input-offset));
overflow: auto !important;
border-radius: 0 0 8px 8px !important;
}
.old-ui .chat-parent {
height: calc(100dvh - 207px - var(--chat-input-offset));
height: calc(100dvh - 192px - var(--chat-input-offset));
}
.chat-parent.bigchat {
height: calc(100dvh - 113px - var(--chat-input-offset)) !important;
height: calc(100dvh - 98px - var(--chat-input-offset)) !important;
}
.chat > .messages {
@ -626,11 +626,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
}
#chat-col {
padding-bottom: 115px;
padding-bottom: 100px;
}
.old-ui #chat-col, #chat-col.bigchat {
padding-bottom: 95px !important;
padding-bottom: 80px !important;
}
.old-ui #chat-buttons #clear-history-confirm {