Fixed avatar so it does not transform into an oval shape in some cases
This commit is contained in:
parent
860dd3eb62
commit
9007059731
@ -183,6 +183,8 @@ a.btn-back {
|
|||||||
.author-avatar img {
|
.author-avatar img {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
max-width: 100px;
|
||||||
|
max-height: 100px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user