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
|
@ -29,7 +29,7 @@ const ProfileQuickInfo: FC<ProfileQuickInfoProps> = ({ user }) => {
|
|||
<Avatar url={path(['photo', 'url'], user)} username={user.username} />
|
||||
</div>
|
||||
|
||||
<Filler>
|
||||
<Filler className={styles.names}>
|
||||
<h5 className={styles.fullname}>{user.fullname || user.username}</h5>
|
||||
<div className={styles.username}>~{user.username}</div>
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@ div.top.top {
|
|||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.names {
|
||||
}
|
||||
|
||||
.username {
|
||||
font: $font_12_regular;
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue