Skip to content

Commit

Permalink
reducing the border-radius on user avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
sawwashere committed Jul 1, 2016
1 parent 6b2aec8 commit c8ee7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ background-color: rgb(0, 0, 0);
font-size: 2.4em;
}
img.chat-avatar.chat-avatar_small {
border-radius: 100%;
border-radius: 10%;
height: 35px;
width: 35px;
padding: 1px;
Expand Down

0 comments on commit c8ee7ea

Please sign in to comment.