#User Panel

1 messages ยท Page 1 of 1 (latest)

stuck river
#

instead of using all those aria labels, which don't work unless the language is english i believe, you can just replace all of them with .container-YkUktl button

#

@chilly frigate

scarlet steppe
#

it is less robust

stuck river
#

wha
what do you mean

scarlet steppe
#

discord randomly changes the hash next to .container- but never changed the aria label

stuck river
#

they haven't changed it from the time i made my profile panel snippet so shrugger

queen zephyr
#

For those of us that only have three buttons there

/*User Panel*/
.nameTag-sc-gpq {
    text-align: center;
}
.withTagAsButton-OsgQ9L, .withTagless-10ooWt{
    min-width: 212px!important;
    position: fixed;
    margin-top: -80px;
    margin-left: 5px;
    border-radius: 5px;
}
.container-YkUktl button {
    width: 70px;
    background-color: var(--background-primary);
    margin: 4px;
    border-radius: 5px;
}
.container-YkUktl{
    margin-top: 40px;
}
stuck river
#

again, that issue doesn't exist with the suggestion i made

#

y'all just stupid!

scarlet steppe
#

lol

stuck river
#

oh
i misread katze's snippet lol

scarlet steppe
#

confirmation bias

stuck river
#

what

scarlet steppe
#

You where certain that using aria labels, which are language specifics, will create issue for some ppl
So when you saw another css snippet, you immediatly thought that it was about this and that it proved your point
That is because of comfirmation bias

stuck river
#

what

#

ok

queen zephyr
chilly frigate
pine niche
chilly frigate
#

Are you using a theme?

chilly frigate
#

Strange

#

Even when i change theme it works

pine niche
#

I'm on ptb

chilly frigate
#

Oh

#

Container is wrong then

#

Hows your looks?

pine niche
#

I juste turned off my pc :/

chilly frigate
#

You need the one highlighted but for yours as your on PTB

pine niche
chilly frigate
#

The custom icons is another theme i coded for the icons for all of them lol

#

Yours should still have the buttons and name like the same tho as thats what i posted out

pine niche
#

Yes same locations for my icons

pine niche
chilly frigate
chilly frigate
chilly frigate
# pine niche https://cdn.discordapp.com/attachments/944898511743369237/1096874787906801745/20...

Try this one.
/User Panel/

    min-width: 212px!important;
    position: fixed;
    margin-top: -80px;
    margin-left: 5px;
    border-radius: 5px;
}
button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"], button[aria-label="Mute"], button[aria-label="Deafen"], button[aria-label="User Settings"] {
    width: 48px!important;
    background: var(--bg-overlay-4,var(--background-primary))!important;
    margin: 4px!important;
    border-radius: 5px!important;
}
.container-YkUktl{
    padding-top: 40px!important; 
}```
#

I dont know what other code you might be using but if you put !important after them it should force that code before others.

scarlet steppe
chilly frigate
scarlet steppe
#

@stuck river was right :)

stuck river
#

yop B)

pine niche
#

I changed aria labels, seems to work

#

That grey background behind my avatar/name looks bad with my theme tho

queen zephyr
#

button[aria-label="Mute"] also affects the mute button inside voice channels and DM calls

solution: .container-YkUktl button[aria-label="Mute"]

chilly frigate
chilly frigate
# pine niche https://cdn.discordapp.com/attachments/944898511743369237/1097239392298487988/20...

This one works with all themes as iv just test it.

.withTagAsButton-OsgQ9L, .withTagless-10ooWt{
    min-width: 212px!important;
    max-width: 60px;
    position: fixed;
    margin-top: -80px;
    margin-left: 5px;
    border-radius: 5px;
}
.container-YkUktl button {
    width: 48px;
    background: var(--bg-overlay-4,var(--background-primary));
    margin: 4px;
    border-radius: 5px;
}
.container-YkUktl{
    padding-top: 40px; 
}```
stuck river
#

instead of using all those aria labels, which don't work unless the language is english i believe, you can just replace all of them with .container-YkUktl button

fathom vale
#

the status is just goes on, is there any way to fix this?

queen zephyr
fathom vale
#

thank you it worked shiggey

queen zephyr
#

min-width with max-width together is so weird...

#

somehow that works

fathom vale
#

it works so not gonna complain abt it

queen zephyr
#

for some reason max-width: 1px works?

chilly frigate
stuck river
#

ok

chilly frigate
heavy dagger
#

this stopped working for me just today

heavy dagger
heavy dagger
#

will this be updated with latest class tags?
i cant check them myself cus everytme i do ctrl+shift+i i get logged out of all discord accounts

queen zephyr
#
/*User Panel*/
[class*=withTagAsButton_], [class*=withTagless_] {
    min-width: 212px!important;
    max-width: 60px;
    position: fixed;
    margin-top: -80px;
    margin-left: 5px;
    border-radius: 5px;
}
.container_ca50b9 button {
    width: 48px;
    background: var(--bg-overlay-4,var(--background-primary));
    margin: 4px;
    border-radius: 5px;
}
.container_ca50b9 {
    padding-top: 40px; 
}
#

try this

#

this could work