From fe4918d2638062935c91c349a17f89cfea7987a4 Mon Sep 17 00:00:00 2001 From: PleahMaCaka Date: Thu, 2 Nov 2023 11:44:05 +0900 Subject: [PATCH] chore(message): weather icon margin --- src/lib/components/chat/messages/features/FeatWeather.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/chat/messages/features/FeatWeather.svelte b/src/lib/components/chat/messages/features/FeatWeather.svelte index c705c27..5e248d6 100644 --- a/src/lib/components/chat/messages/features/FeatWeather.svelte +++ b/src/lib/components/chat/messages/features/FeatWeather.svelte @@ -84,6 +84,7 @@ .weather-icon { color: #000; animation: spin 30s linear infinite; + margin-left: 12px; } @keyframes spin {