fix cumulative layout shift issues on friends page

This commit is contained in:
CodeF53 2024-06-23 13:59:04 -06:00
parent 4e0f189983
commit 702782bc7f

View file

@ -41,6 +41,7 @@ const avatarProxy = 'https://dp.nea.moe/avatar/'
padding: 0; padding: 0;
img { img {
width: 4rem; width: 4rem;
height: 4rem;
border-radius: 1rem; border-radius: 1rem;
} }
} }