Fix rendering bug for non-square user images
This commit is contained in:
parent
1c61bc5f16
commit
6417b4cf2a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -465,6 +465,8 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
.author-profile-image,
|
.author-profile-image,
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
background: color(var(--lightgrey) l(+10%));
|
background: color(var(--lightgrey) l(+10%));
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue