#User Area Redesigned ?v2?
1 messages · Page 1 of 1 (latest)
just make it a theme bro holy shit
it's literally just to restyle 1 element
ermmm its too long!!!
87 lines
this aint quickcss this is moderate speed css
too long
nah actually perf is good
i was making a pun on the name
perf impact despite using ^= is not big
but there is one and there's no upside if you have even a single actual class name since you'll still need to use the class updater
I know a class updater exist
I've never used it
I do it by hand
it's in #theme-support
You just don't use
The little CSS i recommend under
The Javascript just set the size of the side bar to the old sidebar size which this script expect as it's what i use and is guanranteed to give correct result
my settings
button
That's not an effect of my snippet
That's just Vanilla discord shitting itself
So how do i fix it?
u have any ideas
If you don't include anything i've written you can move the sidebar and the value you setted with js will change
actually this thing misbehaving is likely due to gameActivityToggle, not caused by my code
@ebon locust also i was wondering if its possible to change status row into a real sidebar button
Nope nope without a plugin
so could u possibly do that?
I don't code plugins
Hey is there a way to make the mic/headset buttons etc go back where they originqlly were ?
this is the only snippet i found that seems to bring back the old user area without breaking stuff
but icl having those here looks really odd
The point of the snippet is to do that
I have a snippet to revert it if thats what you're wanting #1354331484831354952 message
yes there is
the reason why i put them there is to be able to read the status and username
you can use this
[class^=sidebar] {
&::after { display: none; }
> [class^=wrapper] {
mask: unset;
margin-bottom: unset;
> [class^=unreadMentionsIndicatorBottom] { padding-bottom: var(--space-xs); }
> [class^=tree] > [class^=itemsContainer] > [class^=stack] { padding: var(--space-xs) 0; }
}
> [class^=panels] {
bottom: 0;
border: unset;
border-radius: unset;
--custom-panels-spacing: unset;
left: var(--custom-guild-list-width);
width: calc(100% - var(--custom-guild-list-width));
> [class^=mask] { display: none; }
> [class^=panel] {
margin: 8px 8px 0px;
padding: 0px 0px 7px;
border-radius: unset;
border-bottom: 1px solid var(--border-muted);
}
> [class^=wrapper] {
margin: unset;
> [class^=container] {
margin: 8px 8px 0px;
padding-bottom: 8px;
> [class^=flex] {
height: unset;
> [class^=inner] {
height: unset;
> [class^=rtcConnectionStatusWrapper] {
height: unset;
> [class^=rtcConnectionStatus] {
gap: 4px;
height: unset;
> [class^=clickablePing] {
> [class^=ping] {
margin: unset;
padding: unset;
background: unset;
box-shadow: unset;
border-radius: unset;
}
}
}
}
}
> [class^=flex] {
margin-left: 4px;
> [class^=button]:first-child { display: none; }
}
}
}
}
> [class^=container] {
margin: 0px 8px;
> [class^=accountPopoutButtonWrapper] {
padding: 4px;
border-radius: 8px;
> [class^=wrapper] > [class^=mask] > foreignObject > [class^=avatarStack] > [class^=avatar] { content: var(--avatar-url-128); }
> [class^=nameTag] {
> [class^=panelTitleContainer] > [class^="text-md/medium"] { font-size: unset; }
> [class^=panelSubtextContainer] > [class^="text-xs/medium"] > [class^=hoverRoll] > [class^=default] > [class^=container] {
> [class^="text-xs/medium"] { line-height: unset; }
> [class^=container] > [class^="text-xs/medium"] { line-height: unset; }
}
}
}
> [class^=buttons] {
> [class^=micButtonParent] > [class^=button] {
border-radius: var(--radius-sm);
&:not(:first-of-type) { display: none; }
}
}
}
}
}
but then you'll likely have to use a bigger sidebar or it's basically gonna be unreadable
that's why my snippet moved the buttons up in the first place
I personally have it like this
I don't need to see my display name. i know what it is
i need to see my name as i have multiple accounts
in fact i have so many i had to add a patch
https://github.com/Julienraptor02/Vencord/blob/custom/src/plugins/vc-noAccountLimit/index.ts
and if you ask me why, 100 servers per accounts and each user is a different category of servers
export default definePlugin({
name: "NoAccountLimit",
description: "Allows you to add as many accounts as you want",
authors: [Devs.HAHALOSAH],
patches: [
{
find: '"switch-accounts-modal"',
replacement: {
match: "=5",
replace: "=Infinity"
},
},
],
});
why do you need to be in that many servers
i'm at the server cap on my main account and that's enough servers for me
how did you do this p[lls tell
Is that normal?
depends, what are you using ?
my snippet is this : #🎨-css-snippets message
and it should look like in the pictures
It looked like that because of the lack of servers, which caused it to reach the bottom.
I suppose that's how it should look, right?
that's not how my snippet should look like, my snippet should look like this
Did I do something wrong then?
Copy the 3 codes you entered
don't put the javascript in your quickcss
the javascript should be ran optionally, the first small CSS block can be used if you ran the JS snippet and then only the big block of CSS needs to be used
uh
I copied this and put it next to the long code
all you have to do is click copy, run in devtools
then click copy and paste in CSS
then click copy and paste in CSS
your CSS should look like this
I see it the same way and still nothing
Can you send me the text so I can copy it? I don't speak much English.
So, dude, I barely understand you.
the text is literally there, i can't do anything more for you
unless you use another theme which break this one and in which case well disable it, i can't give you more for it to figure it out
only thing i can do over this is record it and i can't
all you need to do is go to the opening message of the thread, hit copy paste enter once in the devtools and twice in Vencord QuickCSS
if it still doesn't work you can try copy pasting your whole quickCSS and which themes you use, altho try to disable them first
Do you mean I have to copy the code in parts and not all at once?
...
hit the copy button on the codeblocks
don't try to copy manually
and yes as i shown on the screenshot, there is 3 things to copy, one by one
I know what I was missing
the js
But when I try to copy the first thing, it kicks me out of Discord and asks for a verification code; it won't let me.
How am I supposed to skip that to copy it correctly?
It kicks you out because it reboot and you don't have the devtool related plugin enabled
That it fine tho, you just need to run it once and then just paste the CSS in your QuickCSS
I already followed the steps and it's still the same.
I don't know what I'm doing wrong.
Paste the Java code into the return tools folder, then copy and paste the CSS code into the quickcss folder.
and even
I copied this because the normal one leaves the icons floating.
What do you mean floating
the icons
That's how I stayed
With the regular one, this one fits me well.
But the other problem still wasn't fixed.
Just screenshot whatever your quick CSS is at this point
I copied the jv to the return, and Discord restarted.
and then paste the two CSS files
and even
So
Do you use any other theme or snippet ?
Yeah
... Disable them
This one and the one that replaces the emoji boxes with icons
HAHA YES IT WORKED
And how do I know?
I told you I don't know, they literally helped me with the Spotify one.
Well re-enable them one by one
And when you have those, you have issues
I'd guess one of them is messing with something it shouldn't
One of those is doing CSS which breaks my snippet
Yes that's the very small CSS line in my snippet, that is intended
But that part is optional
If you prefer to be able to resize you can just not use that part
You only need the big block
In other words, when the entire space was visible, that's when I was able to move that space.
It's time to fix it, it won't be fixed anymore
I don't mind that it looked like that, you know what I mean?
I thought it was normal until you told me you didn't look like that.
Thanks anyway, it looks cool
Also try to use the big snippet from the first post instead of the other one you used
Just in case
There maybe was a change and i only update the main post
I tried and nothing.
