mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-25 08:52:15 +00:00
Remove bounce animation
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user