#Insane
1 messages · Page 1 of 1 (latest)
what
fr fr
actually I do have something to add, could you add pointer-events: none; so that it doesn't block clicks
ge-ni-us
lmao this is amazing
it clips through the message box for me so heres a quick fix if anybody else has the same issue
font-size: 20px;
content: "Activate Discord";
position: absolute;
font-family: 'Noto Sans';
color: white;
opacity: 0.6;
bottom: 100px;
right: 82px;
}
div#app-mount::after {
font-size: 14px;
content: "Go to settings to activate Discord.";
position: absolute;
font-family: 'Noto Sans';
color: white;
opacity: 0.6;
bottom: 80px;
right: 21px;
}```
Yeah it clips through quite a lot, wish I could help but I can’t code and I have the same issues as you do
Maybe you could manually move it idk?
i guess but that would be pretty complicated
this is a really good snippet lmao
LMAO
how the hell did moving it to ::before and then back to ::after break this thing what
it is only visible now when i go into settings for a split second
nevermind i am stupid
flex be like
it clipping through the message box is actually more authentic to the actual non-activated windows experience
so i don't mind
exactly
real
this is one of the most powerful CSS snippets I've ever seen in my life
shouldn't it use segoe ui instead