Merge pull request #3 from icecreammatt/avatar-fix
Fixed avatar so it does not transform into an oval shape in some cases
This commit is contained in:
commit
70aa47a596
@ -183,6 +183,8 @@ a.btn-back {
|
||||
.author-avatar img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user