Merge pull request #3102 from Human-Connection/fix-avatar-background

fix(frontend): avatar image covers full circle
This commit is contained in:
Alina Beck 2020-02-18 17:34:41 +01:00 committed by GitHub
commit a7c9337692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ export default {
> .image {
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}