This commit is contained in:
parent
cba741a94f
commit
a9e3cf2ea5
1 changed files with 6 additions and 1 deletions
|
|
@ -372,7 +372,7 @@
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
{#if hasSelfDestruct && countdownSeconds > 0}
|
{#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}
|
{#if countdownSeconds <= 4}
|
||||||
<img src="/timer.gif" alt="Timer" class="self-destruct-gif" />
|
<img src="/timer.gif" alt="Timer" class="self-destruct-gif" />
|
||||||
{:else}
|
{:else}
|
||||||
|
|
@ -676,6 +676,11 @@
|
||||||
animation: pulse 2s ease-in-out infinite;
|
animation: pulse 2s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.self-destruct-indicator.final-countdown {
|
||||||
|
background: none;
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
|
||||||
.self-destruct-gif {
|
.self-destruct-gif {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue