Fixed actor tile lazy photo misalignment.
This commit is contained in:
parent
cfa1ed7a61
commit
29b0451608
|
@ -232,9 +232,9 @@ export default {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
object-fit: cover;
|
||||
object-position: 50% 0;
|
||||
object-position: center 0;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-position: center 0;
|
||||
}
|
||||
|
||||
.avatar-fallback {
|
||||
|
|
Loading…
Reference in New Issue