Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-05-19 18:57:41 +03:00
commit af733204e9
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ import {
faBookmark,
faCheck,
faChevronRight,
faChevronUp,
faChevronDown,
faExternalLinkAlt,
faEyeSlash,
faHistory,
@ -39,7 +39,7 @@ library.add(
faWrench,
faChevronRight,
faChevronUp,
faChevronDown,
faReply,
faRetweet,

View file

@ -9,6 +9,7 @@
:class="buttonInnerClass"
role="menuitem"
type="button"
placement="bottom"
:title="$t(button.label(funcArg))"
target="_blank"
:tabindex="0"

View file

@ -4,7 +4,7 @@
v-if="button.dropdown?.()"
:trigger="$attrs.extra ? 'hover' : 'click'"
:offset="{ y: 5 }"
:placement="$attrs.extra ? 'right' : 'top'"
:placement="$attrs.extra ? 'right' : 'bottom'"
>
<template #trigger>
<ActionButton