Fixed actor tile lazy photo misalignment.

This commit is contained in:
DebaucheryLibrarian 2021-03-21 13:45:49 +01:00
parent cfa1ed7a61
commit 29b0451608
1 changed files with 2 additions and 2 deletions

View File

@ -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 {