ui: improve hover card motion

This commit is contained in:
Anthony Fu 2022-11-25 21:58:49 +08:00
parent fd410010ca
commit b8ce2fc62b
4 changed files with 12 additions and 10 deletions

View file

@ -25,9 +25,3 @@ defineProps<{
<ContentRichSetup text-4 text-gray :content="account.note" :emojis="account.emojis" />
</div>
</template>
<style>
.account-hover-card {
transform-origin: 3em 3em;
}
</style>