Remove bounce animation

This commit is contained in:
Sudo-Ivan
2026-03-09 12:36:19 -05:00
parent 176f7e339c
commit c206ee480d
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
v-if="activeCall && activeCall.is_incoming && activeCall.status === 4"
type="button"
:title="$t('call.answer_call')"
class="p-2.5 rounded-full bg-green-600 text-white hover:bg-green-700 shadow-lg shadow-green-600/30 animate-bounce"
class="p-2.5 rounded-full bg-green-600 text-white hover:bg-green-700 shadow-lg shadow-green-600/30"
@click="answerCall(null)"
>
<MaterialDesignIcon icon-name="phone" class="size-5" />

View File

@@ -194,7 +194,7 @@
v-else-if="
activeCall && activeCall.is_incoming && activeCall.status === 4
"
class="text-blue-600 dark:text-blue-400 font-bold text-sm animate-bounce"
class="text-blue-600 dark:text-blue-400 font-bold text-sm"
>{{ $t("call.incoming_call") }}</span
>
<span