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. The email we have set up may have issues temporarily, we are working on changing it. If you have issues, please try again in a few hours.
Join the IRC at #frutiger-aero-archive on LiberaChat for any account-related inquiries.

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

The place for forum suggestions, such as new board ideas.
Post Reply
User avatar
codenameabrix
Member
Member
Posts: 51
Joined: Wed Jul 09, 2025 8:29 pm
Web Site: Land Projects
Aesthetic: Fruitger Aero & Metro/Vectordelia
Os: Windows 11 23H2 & Kubuntu 25.10
Has thanked: 4 times
Been thanked: 4 times
Contact:

[BUG] Avatar Selector Is Seeming Missing Two Avatars

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
Site Admin
Site Admin
Posts: 561
Joined: Fri Jul 04, 2025 9:08 pm
Location: France
Latest Status: sudo rm -fr ./*
Web Site: Frutiger Aero Archive
Aesthetic: Aero & Web 1.0
Os: Windows 11 (For now)
Music: EDM / Nightcore
Age: 25
Has thanked: 19 times
Been thanked: 14 times
Contact:

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

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

User avatar
codenameabrix
Member
Member
Posts: 51
Joined: Wed Jul 09, 2025 8:29 pm
Web Site: Land Projects
Aesthetic: Fruitger Aero & Metro/Vectordelia
Os: Windows 11 23H2 & Kubuntu 25.10
Has thanked: 4 times
Been thanked: 4 times
Contact:

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

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
Site Admin
Site Admin
Posts: 561
Joined: Fri Jul 04, 2025 9:08 pm
Location: France
Latest Status: sudo rm -fr ./*
Web Site: Frutiger Aero Archive
Aesthetic: Aero & Web 1.0
Os: Windows 11 (For now)
Music: EDM / Nightcore
Age: 25
Has thanked: 19 times
Been thanked: 14 times
Contact:

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

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

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest