fix: image loading + aspect ratio

This commit is contained in:
Cory Dransfeldt 2024-03-05 07:42:38 -08:00
parent 99c3d8cd90
commit 10aaf858ac
No known key found for this signature in database
2 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,8 @@
}
.avatar__wrapper .avatar__wrapper--interior {
max-width: var(--avatar-size);
height: auto;
width: var(--avatar-size);
height: var(--avatar-size);;
border: 1px solid var(--accent-color);
border-radius: var(--rounded-full);
display: flex;