Commit 994bbf0e authored by nano's avatar nano

avatar beautiful

parent 1193625b
...@@ -38,8 +38,8 @@ function UserPanel({ dispatch, user }) { ...@@ -38,8 +38,8 @@ function UserPanel({ dispatch, user }) {
<img <img
alt="avatar" src={avatar || defaultAvatar} alt="avatar" src={avatar || defaultAvatar}
style={{ borderRadius: '45px', style={{ borderRadius: '45px',
height: '45px', height: '40px',
weight: '45px', weight: '40px',
boxSizing: 'content-box', boxSizing: 'content-box',
border: '2px solid rgba(255,255,255,0.3' }} /> border: '2px solid rgba(255,255,255,0.3' }} />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment