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: 1584e087f28a50983833f2bf65a89b06620e6294
parent b0a0560dbd26386b34c0a38c9c48a6025c43ff3d
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 20 Jan 2025 16:35:03 +0200

dumb lint

Diffstat:

Msrc/components/status_action_buttons/action_button.vue4+++-
1 file changed, 3 insertions(+), 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,9 @@ 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">