Hi all, I searched for this tidbit but did not find anything and the Show off your Style! threads have all locked again.
Back when the UI was updated I remember some complaining about the Re-Join/Exit buttons being moved to the bottom of the My Settings panel. This bothered me too, but not enough to look into changing it, until now.
New Button Layout:
Here's the Stylus entry I came up with to do this:
/* --------------------------------------------------------------- */
/* Move Exit Buttons */
#settings-categories {
flex-direction: column-reverse;
}
It's pretty simple. Again, if this is in the forum somewhere and I just missed it, my apologies.