Page 1 of 1

[BUG] Forum Username modal container has broken styling

Posted: Thu Apr 30, 2026 8:58 am
by Bit
Currently, the forum modal is broken because of missmatching heights.
Image

To fix it, .profile-context .user-icons a height needs to be changed.

Code: Select all

.profile-context .user-icons a {
  height: 20px;
  line-height: 20px;
}
Image

Re: [BUG] Forum Username modal container has broken styling

Posted: Sat May 02, 2026 2:36 am
by Kestrel
Should be fixed now!