mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
periodical fetching updates
This commit is contained in:
parent
32a2a0567e
commit
6c1f8967e8
8 changed files with 52 additions and 3 deletions
|
@ -35,6 +35,7 @@ const CommentWrapper: FC<IProps> = ({
|
|||
<div
|
||||
className={styles.thumb_image}
|
||||
style={{ backgroundImage: `url("${getURL(path(['photo'], user), PRESETS.avatar)}")` }}
|
||||
onClick={() => window.postMessage({ type: 'username', username: user.username }, '*')}
|
||||
/>
|
||||
<div className={styles.thumb_user}>~{path(['username'], user)}</div>
|
||||
</div>
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
background-size: cover;
|
||||
flex: 0 0 $comment_height;
|
||||
will-change: transform;
|
||||
cursor: pointer;
|
||||
|
||||
@include tablet {
|
||||
height: 32px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue