mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
made better profile popups
This commit is contained in:
parent
141b9c0d60
commit
0564fe29e2
5 changed files with 94 additions and 91 deletions
|
@ -16,7 +16,7 @@ interface Props {
|
|||
const CommentAvatar: FC<Props> = ({ user, className }) => {
|
||||
return (
|
||||
<MenuButton
|
||||
position="top-start"
|
||||
position="auto"
|
||||
icon={
|
||||
<Avatar url={path(['photo', 'url'], user)} username={user.username} className={className} />
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue