logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 5c92e91f98e0c752d2e375f8165bd96782cd6c80
parent 4c732a8ca5e7ae93a10d5b6385b6f3ed859b8654
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 21 Jan 2025 10:38:53 +0200

this is just completely stupid

Diffstat:

Msrc/components/status_action_buttons/action_button.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue @@ -20,7 +20,7 @@ class="fa-scale-110" :icon="button.icon(funcArg)" :spin="!extra && button.animated?.() && animationState" - :style="'--fa-animation-duration: 750ms'" + :style="{ '--fa-animation-duration': '750ms' }" fixed-width /> <template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">