zelk icon indicating copy to clipboard operation
zelk copied to clipboard

Profile Icons broken

Open xArtSxze opened this issue 2 years ago • 13 comments

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 avatar Sep 23 '22 17:09 xArtSxze

Can't replicate the issue in question,

Alluseri avatar Sep 24 '22 23:09 Alluseri

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

nikosszzz avatar Sep 25 '22 10:09 nikosszzz

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

MIOGMIOG avatar Sep 27 '22 18:09 MIOGMIOG

yeah same issue since 1.6

griffi-gh avatar Sep 29 '22 21:09 griffi-gh

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

rather hacky fix

griffi-gh avatar Sep 29 '22 22:09 griffi-gh

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

INFINITE31 avatar Sep 30 '22 08:09 INFINITE31

@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

griffi-gh avatar Sep 30 '22 23:09 griffi-gh

@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 avatar Oct 01 '22 05:10 INFINITE31

@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

aurkaxi avatar Oct 04 '22 02:10 aurkaxi

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?

NightRynex avatar Aug 19 '23 04:08 NightRynex

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.

INFINITE31 avatar Aug 21 '23 05:08 INFINITE31

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

griffi-gh avatar Aug 21 '23 10:08 griffi-gh

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

blacksparowyt avatar Sep 07 '23 14:09 blacksparowyt