mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix pixelated border around default avatar (#2482)
This commit is contained in:
parent
f97072f2a4
commit
b3e492d10b
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
1
changes/fix-2474
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fix pixelated white border around default avatar
|
||||
|
|
@ -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%;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue