From 48503573c1540e39d3dfbb1919b0a33193d704c0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 23 Aug 2024 16:42:36 +0200 Subject: [PATCH] refac: call overlay styling --- src/lib/components/chat/Chat.svelte | 46 +- src/lib/components/chat/ChatControls.svelte | 43 +- .../components/chat/Controls/Controls.svelte | 4 +- src/lib/components/chat/MessageInput.svelte | 9 +- .../chat/MessageInput/CallOverlay.svelte | 553 +++++++++--------- 5 files changed, 336 insertions(+), 319 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index efd068430..0ed409a2b 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1634,6 +1634,25 @@