I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I found the fix for the placement issues. For some reason enforcing that the avatars are 150px x 150px fixes the issue. ¯\_(ã)_/¯
.avatar-wrapper { width: 150px; height: 150px; }
I noticed that in Inspect Element all avatars were 150px x 150px except the first and third, so I added that CSS to the loaded webpage and it fixed it. Why it fixed it? I have a theory, but I don't know how to explain it.
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I found the fix for the placement issues. For some reason enforcing that the avatars are 150px x 150px fixes the issue. ¯\_(ã)_/¯
.avatar-wrapper { width: 150px; height: 150px; }
I noticed that in Inspect Element all avatars were 150px x 150px except the first and third, so I added that CSS to the loaded webpage and it fixed it. Why it fixed it? I have a theory, but I don't know how to explain it.