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: 772a73a4e37103ff1ac5715741743519b87cbac0
parent 9f33a68154fd9252f882d5272c8dd16d3b50dd98
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 20 Jan 2025 16:58:23 +0200

undo dumb lint

Diffstat:

Msrc/components/status_action_buttons/action_button.vue4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue @@ -20,9 +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">