mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-13 16:07:39 +01:00
Fix tooltips
This commit is contained in:
@@ -120,21 +120,20 @@ const socialsList = [
|
|||||||
/>
|
/>
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
<USeparator orientation="vertical" class="h-6" />
|
<USeparator orientation="vertical" class="h-6" />
|
||||||
|
<UDropdownMenu
|
||||||
<UTooltip
|
v-model:open="openContactDrawer"
|
||||||
:kbds="['C']"
|
:items="socialsList"
|
||||||
:text="t('contact.button')"
|
:content="{
|
||||||
:delay-duration="4"
|
align: 'center',
|
||||||
class="cursor-pointer"
|
side: 'bottom',
|
||||||
|
sideOffset: 8,
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<UDropdownMenu
|
<UTooltip
|
||||||
v-model:open="openContactDrawer"
|
:kbds="['C']"
|
||||||
:items="socialsList"
|
:text="t('contact.button')"
|
||||||
:content="{
|
:delay-duration="4"
|
||||||
align: 'center',
|
class="cursor-pointer"
|
||||||
side: 'bottom',
|
|
||||||
sideOffset: 8,
|
|
||||||
}"
|
|
||||||
>
|
>
|
||||||
<UButton
|
<UButton
|
||||||
icon="i-ph-mailbox-duotone"
|
icon="i-ph-mailbox-duotone"
|
||||||
@@ -143,8 +142,8 @@ const socialsList = [
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
@click="openContactDrawer = true"
|
@click="openContactDrawer = true"
|
||||||
/>
|
/>
|
||||||
</UDropdownMenu>
|
</UTooltip>
|
||||||
</UTooltip>
|
</UDropdownMenu>
|
||||||
<USeparator orientation="vertical" class="h-6" />
|
<USeparator orientation="vertical" class="h-6" />
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<UTooltip
|
<UTooltip
|
||||||
@@ -166,6 +165,7 @@ const socialsList = [
|
|||||||
:kbds="['L']"
|
:kbds="['L']"
|
||||||
:text="t('language')"
|
:text="t('language')"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
|
:delay-duration="4"
|
||||||
:content="{
|
:content="{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
side: 'right',
|
side: 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user