-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile Icons broken #57
Comments
yeah same issue since 1.6 |
/* fixes */
.headerTop-3GPUSF {
padding-top: 2.5rem !important;
}
.avatarWrapper-eenWra.avatarPositionPremium-1zPBq9 {
transform: translateY(75%) !important;
} rather hacky fix |
/* fixes */
.headerTop-3GPUSF,
.nameTag-2Nlmsy.nameTag-H6kSJ0 {
padding-top: 2.5rem !important;
}
.avatarWrapper-eenWra.avatarPositionPremium-1zPBq9,
.wrapper-1VLyxH.avatar-3QF_VA {
transform: translateY(75%) !important;
} Try this |
Ok this worked! thanks |
thanks |
Anyone still here? |
Find the same line on the css file of the theme and replace it with the fixed one. |
no just add it anywhere (for example to theme file itself), even quick css should work |
i know its fixed but if you encounter more issues you can see if my repo with fixes help. If it isnt fixed by me please open up an issue in that repo as zelk doesnt seem to get support anymore |
So profile icons are broken. The profile icon is not in it's correct position and it's merged with the username and tag
Setup: Windows 10
The text was updated successfully, but these errors were encountered: