#round server icons

1 messages ยท Page 1 of 1 (latest)

covert mountain
#

you wanna start a fight huh
||jk its all good||

stray sable
#

heres a snippet to increase the size to be almost like the original

[class*="listItem"] > div:has(div > div > svg) {
    transform: scale(1.17);
    padding: 3px 0px;
}
[class*="listItemWrapper_"] > div:has(svg) {
    transform: scale(1.17);
}
div[class*="listItem_"]:has(div[class*="listItemWrapper_"] > div[class*="wrapper_"], div[class*="guildSeparator_"]) {
    padding: 3px 0px !important;
}

just trying to help people

radiant kettle
#

For some reason the top and the bottom part of the icons looks straight not rounded

#

also the sides

radiant kettle
#

"kind off" fixed id with this

  --g-48-r: calc(var(--guildbar-avatar-size)* 50 / 40);
}```
lyric rock
#

oops sorry for the ping

stray sable
stray sable
lyric rock
#

ah fair, ill try to look into it myself just wanted to let you know

lyric rock
#

alright, fixed it (i think so) by adding .stack_dbd263 { height: auto !important;

radiant kettle
#

Another issue

#

[class*="icon_"]:not(.icon__0ccae) should fix it

tiny bloom
tiny bloom
#

Thank you!!

stray sable
# tiny bloom Thank you!!

I really do not recommend using this one, im too lazy to add all the exceptions, and there are a lot of messed up things
like the emoji or the popups

tiny bloom
#

yeah i realized it also didn't end up working the way i wanted it to, so i've been trying it again myself ๐Ÿ˜ญ

lament coral
#

me sat here wanting the exact opposite, i hate the weird squicle i want my harsh corners back ;-;

marsh plank
#

Would it be possible to make it turn into the rounded square when hovering over a server icon? like how it was before the refresh

languid vector
#

I really do not know If i should ask this here or not... but

#

This CSS fixes the icon size of servers being 48px instead of 40, also fixes DM icon size

#

BUT

#

This messes with the spacing between the unread DM icons.

#

Is there anyway to fix this, I know this is kind of offtopic from this script

#

but it is somewhat related to the script, so if anyone free and generous enough could take a look at the script and devise a fix?

#

I would be really grateful for that.

naive hazel
dusky sage
#

is there a fix for the unread green border being well... not around the icon?

dusky sage
hasty inlet
#

this no longer seems to work for me

fossil prism
#

same

digital beacon
#

same

stray sable
#

you guys can ping me when it breaks! i dont actively check for it smh

stray sable
dusky sage
#

i have no clue

snow egret
#

yeah :(

fossil prism
#

I don't know for sure if my method is optimized, but it works.

[class$="-folderPreview"] > [class*="-folderPreviewGuildIcon"],
[data-list-item-id^="guildsnav___"] > [class$="-icon"] {
  border-radius: 50% !important;
}
gleaming sundial
#

@stray sable

fossil prism