#**Move forward button so it stops
1 messages ยท Page 1 of 1 (latest)
just in case they change classes
[class^="buttonsInner_"] {
display: flex;
flex-direction: row;
}
[class^="hoverBarButton_"][aria-label="Forward"] {
order: 1;
margin-right: 2px;
}
[class^="hoverBarButton_"][aria-label="Edit"] {
order: 2;
}
[class^="hoverBarButton_"][aria-label="Add Reaction"] {
order: 2;
}
[class^="hoverBarButton_"][aria-label="Reply"] {
order: 3;
}
[class^="hoverBarButton_"][aria-label="More"] {
order: 4;
}
time ta get bullied for this lmao
yet again, with reduced performance
if your discord is becoming unusable because of css selectors, i think theres some bigger issues with your device than the css
anywho, no reason not to include both. just in case.
thats not how it works
you're already using attribute selectors anyway with your aria labels lol
it makes 0 difference
but in mine the attribute selector only runs if there's a class match first?
is it just me, or does this not work at all
[class^="buttonsInner_"] [aria-label="Forward"] {
order: 1;
margin-right: 2px;
}
[class^="buttonsInner_"] [aria-label="Edit"] {
order: 2;
}
[class^="buttonsInner_"] [aria-label="Add Reaction"] {
order: 2;
}
[class^="buttonsInner_"] [aria-label="Reply"] {
order: 3;
}
[class^="buttonsInner_"] [aria-label="More"] {
order: 4;
}
made it work with the above css
also breaks when used on your own message
ok im not using it
okay...
why
that's what I'm wondering
Wait
Genuine question
You guys don't use alt arrows?
eg, alt+โ to go forward and alt+โ to go back
more like m4 & m5
m4 and m5 are my favorite
what the hell are yall talking about
More for the reply button I'd guess
MULV!?
that is who sent that message, yes.
its just a guy i least expected to be found here, thats all
what
who knows
uh
I'm here once again to ask for help, what do i need to change? it still show forward as default
i ended up using this on another computer just to see what it did. ๐ญ now have to use it on everything since i got used to it
What does it do?
It swaps the forward and reply buttons

