Fix pixelated border around default avatar (#2482)

This commit is contained in:
Luke Heath 2021-10-12 19:56:40 -05:00 committed by GitHub
parent f97072f2a4
commit b3e492d10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 KiB

After

Width:  |  Height:  |  Size: 13 KiB

1
changes/fix-2474 Normal file
View file

@ -0,0 +1 @@
* Fix pixelated white border around default avatar

View file

@ -1,6 +1,4 @@
.avatar {
background: $core-white url("../assets/images/icon-avatar-default-128x128@2x.png") center 100%
no-repeat;
background-size: cover;
border-radius: 50%;