From 1f0672aea735bdedd0cb801fa54fb925da71e1f6 Mon Sep 17 00:00:00 2001 From: bingochaos <523834173@qq.com> Date: Thu, 3 Apr 2025 19:45:24 +0800 Subject: [PATCH] Update ChatInput.svelte --- frontend/shared/VideoChat/components/ChatInput.svelte | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/shared/VideoChat/components/ChatInput.svelte b/frontend/shared/VideoChat/components/ChatInput.svelte index 1fede48..30acbe3 100644 --- a/frontend/shared/VideoChat/components/ChatInput.svelte +++ b/frontend/shared/VideoChat/components/ChatInput.svelte @@ -64,6 +64,7 @@ {/if} +
Texts are ignored during responding.
@@ -78,6 +79,7 @@ // padding: 0 12px; .chat-input-inner { + position: relative; padding: 0 12px; background-color: #fff; height: 64px; @@ -91,7 +93,11 @@ 0 12px 24px -16px rgba(54, 54, 73, 0.04), 0 12px 40px 0 rgba(51, 51, 71, 0.08), 0 0 1px 0 rgba(44, 44, 54, 0.02); - + .chat-tip { + position: absolute; + top: 100%; + color: #cecece; + } .chat-input-wrapper { flex: 1; position: relative;