0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Change avatars in user list back to cover

Closes #4199

`background-size: 105%;` is a nono for square images. `background-size: cover;` is a better.
This commit is contained in:
Paul Adam Davis 2014-09-30 17:22:21 +01:00
parent ff89436541
commit 63306f7020

View file

@ -76,7 +76,7 @@ a.object-list-item {
display: block;
border: 1px solid #979797;
border-radius: 100%;
background-size: 105%;
background-size: cover;
background-position: center center;
}