diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte
index 027c40dae..c66e8143b 100644
--- a/src/lib/components/chat/Messages/ResponseMessage.svelte
+++ b/src/lib/components/chat/Messages/ResponseMessage.svelte
@@ -1019,83 +1019,85 @@
-
-
-
+
+ .spinner_Km9P {
+ animation-delay: -0.65s;
+ }
+
+ .spinner_JApP {
+ animation-delay: -0.5s;
+ }
+
+ @keyframes spinner_MGfb {
+ 93.75%,
+ 100% {
+ opacity: 0.2;
+ }
+ }
+
+
+
+
+
+ {:else if speaking}
+
+ {:else}
+
+ {/if}
+
+
+ {/if}
{#if $config?.features.enable_image_generation && ($user?.role === 'admin' || $user?.permissions?.features?.image_generation) && !readOnly}