1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 20:29:08 +01:00

fix: reset font weight within hover card

This commit is contained in:
Daniel Roe 2022-11-25 12:35:37 +00:00
parent 43479aaa66
commit a5b9f25777
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -14,7 +14,7 @@ defineOptions({
<template> <template>
<div v-if="hover" relative flex-shrink-0> <div v-if="hover" relative flex-shrink-0>
<div group> <div group>
<AccountHoverCard top="-3.2" left="-4.4" absolute :account="account" op0 pointer-events-none group-hover="pointer-events-auto op100 scale-100" delay-250 transition transform scale-20 class="ease-[cubic-bezier(0.4, 0.0, 0.2, 1)]" /> <AccountHoverCard top="-3.2" left="-4.4" absolute :account="account" op0 pointer-events-none group-hover="pointer-events-auto op100 scale-100" font-normal delay-250 transition transform scale-20 class="ease-[cubic-bezier(0.4, 0.0, 0.2, 1)]" />
<AccountAvatarImage :account="account" v-bind="$attrs" /> <AccountAvatarImage :account="account" v-bind="$attrs" />
</div> </div>
</div> </div>