Skip to content
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

Open
xArtSxze opened this issue Sep 23, 2022 · 13 comments
Open

Profile Icons broken #57

xArtSxze opened this issue Sep 23, 2022 · 13 comments
Labels
bug Something isn't working

Comments

@xArtSxze
Copy link

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

@xArtSxze xArtSxze added the bug Something isn't working label Sep 23, 2022
@Alluseri
Copy link

Alluseri commented Sep 24, 2022

Can't replicate the issue in question,

@nikosszzz
Copy link

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

@MIOGMIOG
Copy link

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
Copy link

yeah same issue since 1.6

@griffi-gh
Copy link

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

rather hacky fix

@INFINITE31
Copy link

INFINITE31 commented Sep 30, 2022

/* 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
Copy link

griffi-gh commented Sep 30, 2022

@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
Copy link

@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
Copy link

aurkaxi commented Oct 4, 2022

@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
Copy link

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
Copy link

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
Copy link

griffi-gh commented Aug 21, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants