From 43efaa231333205b317d691eb66631e144e61da6 Mon Sep 17 00:00:00 2001 From: bangonicdd <133192207+bangonicdd@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:16:06 +0900 Subject: [PATCH] Change to inline style from reactive declarations --- src/lib/ChatScreens/Chat.svelte | 2 +- src/lib/ChatScreens/DefaultChatScreen.svelte | 3 --- src/styles.css | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lib/ChatScreens/Chat.svelte b/src/lib/ChatScreens/Chat.svelte index 547294f7..b9199bec 100644 --- a/src/lib/ChatScreens/Chat.svelte +++ b/src/lib/ChatScreens/Chat.svelte @@ -117,7 +117,7 @@ $: displaya(message) -
+
{#await img}
{ diff --git a/src/styles.css b/src/styles.css index f7ad7742..6219fd08 100644 --- a/src/styles.css +++ b/src/styles.css @@ -157,7 +157,7 @@ html, body{ } .bgc{ - border-top: var(--memory-limit-thickness) solid rgba(98, 114, 164, 0.7); + border-top: 1px solid rgba(98, 114, 164, 0.7); } .text-bordered{