From f9accd38e092cbf8ac1829f9f67554260ae859b0 Mon Sep 17 00:00:00 2001 From: Lounger Date: Wed, 20 Dec 2023 02:54:08 +0100 Subject: [PATCH] UI: Update chat instruct styles --- css/html_instruct_style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 5a439304..03bff511 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -1,9 +1,14 @@ +.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-radius: 8px; + border-top: none; + border-radius: 0 0 0 8px !important; } .message {