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:
parent
593d3b184b
commit
91c07e37bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue