diff --git a/css/main.css b/css/main.css index 9bb770b..8208791 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 {