Merge pull request #4 from frikinjay/main

object-fit property to contain to prevent avatar stretching.
This commit is contained in:
wafflecoffee 2022-08-12 06:37:10 -04:00 committed by GitHub
commit 3a14f363d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@
height: var(--size); height: var(--size);
width: var(--size); width: var(--size);
background-color: var(--color-button-bg); background-color: var(--color-button-bg);
object-fit: contain;
&--size { &--size {
&-xs { &-xs {