#**Move forward button so it stops

1 messages ยท Page 1 of 1 (latest)

west swallow
#

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

azure geyser
#

yet again, with reduced performance

west swallow
#

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.

sleek swift
#

you're already using attribute selectors anyway with your aria labels lol

#

it makes 0 difference

azure geyser
light cliff
#

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

dense girder
#

ok im not using it

west swallow
dense girder
#

why

west swallow
#

that's what I'm wondering

normal escarp
#

Wait
Genuine question
You guys don't use alt arrows?
eg, alt+โ†’ to go forward and alt+โ† to go back

normal escarp
#

Or

#

bhfhdhshjshs

#

I'm stupid

hidden drum
#

m4 and m5 are my favorite

west swallow
#

what the hell are yall talking about

thin grail
#

people have muscle memory of the react button??

light cliff
shadow surge
west swallow
shadow surge
#

its just a guy i least expected to be found here, thats all

dense girder
#

what

west swallow
#

who knows

dense girder
#

uh

frozen talon
#

I'm here once again to ask for help, what do i need to change? it still show forward as default

paper night
#

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

paper night
#

It swaps the forward and reply buttons