🎨 Do not stretch author profile image (#365)
- add `object-fit: cover` to `.author-profile-image` to prevent non-square images being stretched/squashed
This commit is contained in:
parent
d739bb52a4
commit
0f3651c23f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -459,6 +459,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card-author {
|
.post-card-author {
|
||||||
|
|
Loading…
Reference in New Issue