To recover your old ProBoards account, you need to request password recovery on this forum using your display name (the one that is shown on your posts). You will then get an email, be sure to check your junk email folders.
Join the IRC at #frutiger-aero-archive on LiberaChat for any account-related inquiries or contact the admin at daniele63web@hotmail.com.

If you have registered after the 7th of November or have never posted, you need to re-register.

[BUG] Avatar Selector Is Seeming Missing Two Avatars

Forum for forum feedback and suggestions.
User avatar
codenameabrix
Member
Member
Posts: 51
Joined: July 09, 2025
Aesthetic: Fruitger Aero & Metro/Vectordelia
OS: Windows 11 23H2 & Kubuntu 25.10
Has thanked: 4 times
Been thanked: 12 times
Contact:

[BUG] Avatar Selector Is Seeming Missing Two Avatars

Unread post by codenameabrix »

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?

An image of the FAA Avatar selector with two avatars missing
User avatar
Daniele63
Forum Founder
Forum Founder
Posts: 710
Joined: July 04, 2025
Gender: Male
OS: Windows 11 / Ubuntu
Music: EDM / Nightcore
Hobbies: Coding, Minecraft
Has thanked: 163 times
Been thanked: 156 times
Age: 25
Contact:
France

Re: [BUG] Avatar Selector Is Seeming Missing Two Avatars

Unread post by Daniele63 »

codenameabrix wrote:
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?
An image of the FAA Avatar selector with two avatars missing

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.
Image
Enjoy Everything!
User avatar
codenameabrix
Member
Member
Posts: 51
Joined: July 09, 2025
Aesthetic: Fruitger Aero & Metro/Vectordelia
OS: Windows 11 23H2 & Kubuntu 25.10
Has thanked: 4 times
Been thanked: 12 times
Contact:

Re: [BUG] Avatar Selector Is Seeming Missing Two Avatars

Unread post by codenameabrix »

admin wrote:
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?
An image of the FAA Avatar selector with two avatars missing
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.

User avatar
Daniele63
Forum Founder
Forum Founder
Posts: 710
Joined: July 04, 2025
Gender: Male
OS: Windows 11 / Ubuntu
Music: EDM / Nightcore
Hobbies: Coding, Minecraft
Has thanked: 163 times
Been thanked: 156 times
Age: 25
Contact:
France

Re: [BUG] Avatar Selector Is Seeming Missing Two Avatars

Unread post by Daniele63 »

codenameabrix wrote:
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.


That worked!!! Thanks!
Image
Enjoy Everything!
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests