fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m51s

This commit is contained in:
doomtube 2026-01-09 22:31:50 -05:00
parent cba741a94f
commit a9e3cf2ea5

View file

@ -372,7 +372,7 @@
</a>
{/if}
{#if hasSelfDestruct && countdownSeconds > 0}
<span class="self-destruct-indicator" title="Self-destructing message">
<span class="self-destruct-indicator" class:final-countdown={countdownSeconds <= 4} title="Self-destructing message">
{#if countdownSeconds <= 4}
<img src="/timer.gif" alt="Timer" class="self-destruct-gif" />
{: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;