#insane
1 messages · Page 1 of 1 (latest)
unthinkable
ok this is literally just a module for wip system24 lol
wait ur revamping system24 for the refresh?
need circle icons 🙏
square ones so cursed
You should make one that does the opposite, rounded corners literally everywhere
that's called disabling themes
that's called normal discord
but theres no rounded corners on channels
atleast i dont think there is
wait hold on
theres like a 2px roundness
i mean if u use midnight then you're basically there
that actually doesn’t look that bad
geometry dash
CHICKEN JOCKEY!!!
could you do this one but only for servers and users pictures? 
i'm lazy man 😭
is it possible to make the icons the same size as https://discord.com/channels/1015060230222131221/1354502862390038528
made a rounded-square pfps pfp snippet based on this and some of my own code :>
/* "roundness" value, the lower the number, the less round will the avatars be. */
--rounder:5px; /*default: 5px */
}
.svg__44b0c > rect,
.avatar__20a53 .status_a423bd {
display: none;
}
.mask__68edb > foreignObject,
.svg__44b0c > foreignObject,
.svg__2338f > foreignObject {
mask: none;
}
.wrapper__44b0c:has(rect)::after {
content: '';
display: block;
position: absolute;
height: 8px;
width: 8px;
bottom: -4px;
right: -4px;
border: 2px solid var(--background-base-lower);
}
.avatar__75742:has(rect)::after {
content: '';
display: block;
position: absolute;
height: 16px;
width: 16px;
bottom: -4px;
right: -4px;
border: 2px solid var(--background-base-lower);
}
#app-mount .wrapper__44b0c:has(rect[fill='#40a258'])::after {
border-radius: 4px !important;
background: #40a258 !important;
}
#app-mount .wrapper__44b0c:has(rect[fill='#d83a41'])::after {
background: #d83a41 !important;
border-radius: 4px !important;
}
#app-mount .wrapper__44b0c:has(rect[fill='#cc954c'])::after {
background: #cc954c !important;
border-radius: 4px !important;
}
#app-mount .avatar__75742:has(rect[fill='#40a258'])::after {
border-radius: 5px !important;
background: #40a258 !important;
}
#app-mount .avatar__75742:has(rect[fill='#d83a41'])::after {
background: #d83a41 !important;
border-radius: 5px !important;
}
#app-mount .avatar__75742:has(rect[fill='#cc954c'])::after {
background: #cc954c !important;
border-radius: 5px !important;
}
[class^="avatar"], [class^="userAvatar"], [class^="avatarSmall"] {
border-radius: var(--rounder) !important;
}
[class^="avatar"] foreignObject[mask*="url(#"] {
mask: none !important;
-webkit-mask: none !important;
}
[class^="header"] foreignObject[mask*="url(#"] {
mask: none !important;
-webkit-mask: none !important;
}
header [id^="uid"]
{
display: none !important;
}
#app-mount .wrapper__44b0c rect {
mask: none;
fill: transparent !important;
pointer-events: none;
}
#app-mount .wrapper__44b0c .mask__44b0c > circle {
display: none !important;
}
svg[class*="avatarHint"] > foreignObject {
mask: none;
border-bottom-width: 0px !important;
}
me spotted
me spotted too
discord but windows 10 style
idk if its just me but status indicator is broken
discord broke it on the lastest update , ill work on a fix
The toggle switches seem to be a bit messed up and the white square in the toggle seems to be missing, other than that its good