diff --git a/frontend/src/lib/components/chat/ChatMessage.svelte b/frontend/src/lib/components/chat/ChatMessage.svelte index 9103a1c..0433ca9 100644 --- a/frontend/src/lib/components/chat/ChatMessage.svelte +++ b/frontend/src/lib/components/chat/ChatMessage.svelte @@ -372,7 +372,7 @@ {/if} {#if hasSelfDestruct && countdownSeconds > 0} - + {#if countdownSeconds <= 4} Timer {:else} @@ -676,6 +676,11 @@ animation: pulse 2s ease-in-out infinite; } + .self-destruct-indicator.final-countdown { + background: none; + animation: none; + } + .self-destruct-gif { height: 16px; width: auto;