schnensch0 / zelk

discord theme inspired by zorin
MIT License
207 stars 681 forks source link

Profile Icons broken #57

Open xArtSxze opened 1 year ago

xArtSxze commented 1 year ago

So profile icons are broken. The profile icon is not in it's correct position and it's merged with the username and tag SharedScreenshot

Setup: Windows 10

Alluseri commented 1 year ago

Can't replicate the issue in question,

nikosszzz commented 1 year ago

image i have a similar issue, but this only occurs when I open a user's profile to show mutual servers and friends.

MIOGMIOG commented 1 year ago

image 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 obrazek

griffi-gh commented 1 year ago

yeah same issue since 1.6

griffi-gh commented 1 year ago
/* fixes */
.headerTop-3GPUSF {
  padding-top: 2.5rem !important;
}
.avatarWrapper-eenWra.avatarPositionPremium-1zPBq9 {
  transform: translateY(75%) !important;
}

rather hacky fix

INFINITE31 commented 1 year ago
/* 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? image

griffi-gh commented 1 year ago

@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 commented 1 year ago

@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

aurkaxi commented 1 year ago

@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

NightRynex commented 1 year ago

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?

INFINITE31 commented 1 year ago

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.

griffi-gh commented 1 year ago

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

BlackSparowYT commented 1 year ago

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