Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
8f0ff718ae
2 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
trigger="click"
|
trigger="click"
|
||||||
popover-class="emoji-picker popover-default"
|
popover-class="emoji-picker popover-default"
|
||||||
:hide-trigger="true"
|
:hide-trigger="true"
|
||||||
|
placement="bottom"
|
||||||
@show="onPopoverShown"
|
@show="onPopoverShown"
|
||||||
@close="onPopoverClosed"
|
@close="onPopoverClosed"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
<FAIcon
|
<FAIcon
|
||||||
v-if="button.dropdown?.()"
|
v-if="button.dropdown?.()"
|
||||||
class="chevron-icon"
|
class="chevron-icon"
|
||||||
:icon="extra ? 'chevron-right' : 'chevron-up'"
|
:icon="extra ? 'chevron-right' : 'chevron-down'"
|
||||||
fixed-width
|
fixed-width
|
||||||
/>
|
/>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
<Popover
|
<Popover
|
||||||
v-if="button.name === 'bookmark'"
|
v-if="button.name === 'bookmark'"
|
||||||
class="chevron-popover"
|
class="chevron-popover"
|
||||||
|
placement="bottom"
|
||||||
:trigger="extra ? 'hover' : 'click'"
|
:trigger="extra ? 'hover' : 'click'"
|
||||||
:placement="extra ? 'right' : 'top'"
|
:placement="extra ? 'right' : 'top'"
|
||||||
:offset="extra ? { x: 10 } : { y: 10 }"
|
:offset="extra ? { x: 10 } : { y: 10 }"
|
||||||
|
|
@ -79,7 +80,7 @@
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
class="chevron-icon"
|
class="chevron-icon"
|
||||||
:icon="extra ? 'chevron-right' : 'chevron-up'"
|
:icon="extra ? 'chevron-right' : 'chevron-down'"
|
||||||
fixed-width
|
fixed-width
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue