diff --git a/assets/components/actors/tile.vue b/assets/components/actors/tile.vue index c2e6926a..ea00aca6 100644 --- a/assets/components/actors/tile.vue +++ b/assets/components/actors/tile.vue @@ -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 {