#round server icons
1 messages ยท Page 1 of 1 (latest)
lmaoo, no not really
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
For some reason the top and the bottom part of the icons looks straight not rounded
also the sides
"kind off" fixed id with this
--g-48-r: calc(var(--guildbar-avatar-size)* 50 / 40);
}```
this causes my folders to absolutly die, the bottommost server in each folder gets cut off
oops sorry for the ping
notice how i didn't put it in the main channel!
i just wrote it quickly cause some person requested it, i didn't really look into it much so it might have issues
currently im busy so maybe i'll look into it later :3
yeah, its fine!
ah fair, ill try to look into it myself just wanted to let you know
alright, fixed it (i think so) by adding .stack_dbd263 { height: auto !important;
hey sorry but this snippet doesn't seem to also work on unread dms, and im not good enough at selectors to figure out how to select dms but not folders to make it match ๐ญ
i updated the snippiet
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
yeah i realized it also didn't end up working the way i wanted it to, so i've been trying it again myself ๐ญ
me sat here wanting the exact opposite, i hate the weird squicle i want my harsh corners back ;-;
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
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.
Ping me if found please!
is there a fix for the unread green border being well... not around the icon?
yes
Where? If you dont mind me asking
this no longer seems to work for me
same
same
[class^="folderPreview_"] > [class^="icon_"],
[data-list-item-id*="guildsnav_"] > [class^="icon_"] {
border-radius: 50% !important;
}
you guys can ping me when it breaks! i dont actively check for it smh
can you link me to a server with that in dms?
i cant really find any
i have no clue
Hello hello, it broke :(
yeah :(
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;
}
this only seems to fix it for icon previews in folders, not the actual icons themselves
@stray sable
I searched and finally found it; my message has been edited