fix(ui): account info responsive design (#212)

This commit is contained in:
webfansplz 2022-11-29 11:58:04 +08:00 committed by GitHub
parent 5ad1d7e2a5
commit 0ba7002d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -29,6 +29,8 @@
<button
m5 p2 rounded-full text-start w-full
hover:bg-active cursor-pointer transition-100
md:m-0
md:p-5
>
<AccountInfo :account="currentUser.account" />
</button>