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:
parent
ff89436541
commit
63306f7020
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ a.object-list-item {
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid #979797;
|
border: 1px solid #979797;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-size: 105%;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue