#pretty simple but I think a lot of
1 messages · Page 1 of 1 (latest)
also breaks on bots
crazier snippet: hide mutual friends tab
omg hi ery
mutual groups should be on the far right i think
yeah that's right
oh
i was thinking "maybe this should be added to themeattributes"
i guess i didn't have it enabled

it supports every tab thing
whatever ucall them
I dont think this works
it breaks your own profile (first is without, 2nd is with)
but theme attributes works fine
so nvm
just switched to that
~~css div[class*="profileMutuals_"] > [class^="compactItemContainer_"] { flex-direction: row-reverse; }
in case you also wanna reverse the mutual friend/server on DM sidebar profile/user popout for consistency~~
ok this looks weird most of the time after the profile update since it prioritizes only showing friends pfps, but if you still want it
div[class*="biteSizeInner_"] [class^="mutuals_"] { /*reverse friend/server order on userpopout*/
flex-direction: row-reverse;
}```
just to make sure, don't you just have to enable themeattributes, slap the snippet into quick css, and reset? i remember it worked for a little bit and now it won't for some reason.
it works for me still
[class^=userProfileModalInner_]:not(:has([class*=bot_])) [class^=tabBar_] :nth-last-child(2) {
order: 1;
}```
small tweak to the original snippet to work again since discord changed profiles a while ago