#insane

1 messages · Page 1 of 1 (latest)

cerulean urchin
#

insane

mossy bolt
#

unthinkable

crude sable
#

ok this is literally just a module for wip system24 lol

mossy bolt
#

wait ur revamping system24 for the refresh?

cerulean urchin
alpine quartz
#

You should make one that does the opposite, rounded corners literally everywhere

cerulean urchin
#

that's called disabling themes

crude sable
#

that's called normal discord

mossy bolt
#

atleast i dont think there is

#

wait hold on

#

theres like a 2px roundness

crude sable
#

i mean if u use midnight then you're basically there

past cradle
#

that actually doesn’t look that bad

prime forum
#

geometry dash

wet lynx
#

CHICKEN JOCKEY!!!

lost ferry
#

could you do this one but only for servers and users pictures? Hmm

crude sable
#

nah that would require more effort

#

this is kind of a blanket solution

lost ferry
rapid pier
main arrow
#

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;
}
candid cloak
#

discord but windows 10 style

faint badger
main arrow
wet lynx
#

why the fuck does it go outside of discord?

#

it makes other sites squre too

native lintel
#

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