fix(ui): account info responsive design (#212)
This commit is contained in:
parent
5ad1d7e2a5
commit
0ba7002d62
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue