zelk
zelk copied to clipboard
Profile Icons broken
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
Can't replicate the issue in question,
i have a similar issue, but this only occurs when I open a user's profile to show mutual servers and friends.
i have a similar issue, but this only occurs when I open a user's profile to show mutual servers and friends.
I have same problem as you
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 { padding-top: 2.5rem !important; } .avatarWrapper-eenWra.avatarPositionPremium-1zPBq9 { transform: translateY(75%) !important; }
rather hacky fix
this only works while opening the profile not when you open the mutual servers thing
can you help?
@INFINITE31
/* 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
@INFINITE31
/* 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
@INFINITE31
/* 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
thanks
Anyone still here? Im kinda stupid, where do i put this code? like i know you can edit themes in BD but like- Where do i paste it it?
Anyone still here? Im kinda stupid, where do i put this code? like i know you can edit themes in BD but like- Where do i paste it it?
Find the same line on the css file of the theme and replace it with the fixed one.
Anyone still here? Im kinda stupid, where do i put this code? like i know you can edit themes in BD but like- Where do i paste it it?
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. https://github.com/BlackSparowYT/Zelk-Discord-Theme-Fixes
If it isnt fixed by me please open up an issue in that repo as zelk doesnt seem to get support anymore