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 {