From 0dd759c44f8d3468cf0841b142f2c434c34fa299 Mon Sep 17 00:00:00 2001 From: Lounger Date: Thu, 21 Dec 2023 05:42:06 +0100 Subject: [PATCH] Claim more vertical space --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 9bb770b9..82087911 100644 --- a/css/main.css +++ b/css/main.css @@ -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 {