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

add offset

Diffstat:

Msrc/components/status_action_buttons/action_button.vue1+
Msrc/components/status_action_buttons/action_button_container.vue1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue @@ -74,6 +74,7 @@ v-if="button.name === 'bookmark'" trigger="hover" :placement="extra ? 'right' : 'top'" + :offset="{ y: 5 }" :trigger-attrs="{ class: 'extra-button' }" > <template #trigger> diff --git a/src/components/status_action_buttons/action_button_container.vue b/src/components/status_action_buttons/action_button_container.vue @@ -3,6 +3,7 @@ <Popover v-if="button.dropdown?.()" trigger="hover" + :offset="{ y: 5 }" :placement="$attrs.extra ? 'right' : 'top'" > <template #trigger>