[BUG] Forum Username modal container has broken styling
Posted: Thu Apr 30, 2026 8:58 am
Currently, the forum modal is broken because of missmatching heights.

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


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;
}