style: fix broken layout "more from" badge in card with square image (#3141)

This commit is contained in:
TAKAHASHI Shuuji 2025-01-18 18:33:07 +09:00 committed by GitHub
parent 2c0052edc4
commit f5cada0be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 52 deletions

View file

@ -11,7 +11,8 @@ defineProps<{
max-h-2xl
flex gap-2
my-auto
bg-gray-300
p-4 py-2
light:bg-gray-3 dark:bg-gray-8
>
<span z-0>More from</span>
<AccountInlineInfo :account="account" hover:bg-gray-300 />