From 6fbd64db72aa37b9c1157068b4cc22a8c91917b0 Mon Sep 17 00:00:00 2001 From: Lounger Date: Thu, 21 Dec 2023 05:00:56 +0100 Subject: [PATCH] Set borders for all chat styles --- css/html_instruct_style.css | 6 ------ css/main.css | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 03bff511..78f9b53e 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -1,14 +1,8 @@ -.chat-parent { - border-radius: 0 0 0 8px !important; -} - .chat { background: var(--block-background-fill); padding: 24px 19px; padding-right: 19px !important; border: 1px solid var(--block-border-color); - border-top: none; - border-radius: 0 0 0 8px !important; } .message { diff --git a/css/main.css b/css/main.css index d9afc8a9..9bb770b9 100644 --- a/css/main.css +++ b/css/main.css @@ -338,11 +338,14 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { flex-direction: column; word-break: break-word; overflow-wrap: anywhere; + border-top: none; + border-radius: 0 0 8px 8px !important; } .chat-parent { height: calc(100dvh - 113px - var(--chat-input-offset)); overflow: auto !important; + border-radius: 0 0 8px 8px !important; } .old-ui .chat-parent {