0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -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 593d3b184b
commit 91c07e37bf

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;
}