From abd227594c8620fe8f8d9a4f65f0a76cc716dbd0 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:17:00 -0800 Subject: [PATCH] Fix a border radius --- css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 4c7dc689..00d5824e 100644 --- a/css/main.css +++ b/css/main.css @@ -339,12 +339,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { word-break: break-word; overflow-wrap: anywhere; border-top: none; + border-radius: 0 0 0 8px; } .chat-parent { height: calc(100dvh - 98px - var(--header-height) - var(--input-delta)); overflow: auto !important; - border-radius: 0 0 8px 8px !important; + border-radius: 0 !important; margin-bottom: var(--input-delta) !important; }