fix: status card on mobile device

closes #79
This commit is contained in:
三咲智子 2022-11-25 15:49:43 +08:00
parent f476cfe2bf
commit 64a6c7f7ea
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 6 additions and 7 deletions

View file

@ -10,7 +10,7 @@ const accountHandle = $(useAccountHandle(account))
</script>
<template>
<NuxtLink :to="link ? getAccountPath(account) : undefined" flex gap-2 items-center>
<NuxtLink :to="link ? getAccountPath(account) : undefined" flex="~ row wrap" gap-x-2 items-center>
<ContentRichSetup font-bold :content="getDisplayName(account)" :emojis="account.emojis" />
<p op35 text-sm>
{{ accountHandle }}