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

This reverts commit 0ba7002d62.
This commit is contained in:
三咲智子 2022-11-29 13:53:31 +08:00
parent f1f7462ec0
commit db47e31597
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 2 additions and 4 deletions

View file

@ -29,8 +29,6 @@
<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>