make logo fit size of user image avatar circle. closes #230

This commit is contained in:
Gabe Kangas 2020-10-08 21:15:46 -07:00
parent 2aa9a86e3d
commit 250dcf1d75

View file

@ -3,7 +3,7 @@
width: var(--user-image-width);
height: var(--user-image-width);
max-height: var(--user-image-width);
background-size: calc(var(--user-image-width) - 1em);
background-size: calc(var(--user-image-width));
}
.user-social-item .platform-icon {