1
0
Fork 0
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:
Fedor Katurov 2022-07-20 15:06:29 +07:00
parent 141b9c0d60
commit 0564fe29e2
5 changed files with 94 additions and 91 deletions

View file

@ -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>

View file

@ -18,6 +18,9 @@ div.top.top {
justify-content: flex-start;
}
.names {
}
.username {
font: $font_12_regular;
opacity: 0.5;