fix: avatar styles

This commit is contained in:
Cory Dransfeldt 2024-07-19 09:38:33 -07:00
parent 928711aa54
commit 6277e3d2ec
No known key found for this signature in database
3 changed files with 5 additions and 7 deletions

View file

@ -9,15 +9,13 @@
overflow: hidden;
& .interior {
width: var(--avatar-size);
height: var(--avatar-size);
display: flex;
justify-content: center;
overflow: hidden;
& img {
width: 100%;
height: 100%;
width: var(--avatar-size);
height: var(--avatar-size);
image-rendering: pixelated;
}
}