fix: Explicitly constrain avatar size

This commit is contained in:
Ginger
2026-07-08 15:07:15 -04:00
parent ee75232454
commit 44045249fa
+2 -2
View File
@@ -2,8 +2,8 @@
--avatar-size: 56px;
display: inline-block;
aspect-ratio: 1 / 1;
inline-size: var(--avatar-size);
width: var(--avatar-size);
height: var(--avatar-size);
border-radius: 50%;
text-align: center;