#pretty simple but I think a lot of

1 messages · Page 1 of 1 (latest)

light elm
#

This breaks with the mutual groups plugin enabled

smoky swift
#

also breaks on bots

smoky swift
#

fixed bots

#

no idea how you would fix mutual groups

smoky swift
#

@light elm good?

#

i can't remember how it looked before

echo canyon
#

crazier snippet: hide mutual friends tab

light elm
light elm
smoky swift
light elm
#

yeah that's right

weary marsh
#
[data-tab-id="MUTUAL_FRIENDS"] {
    order: 1;
}
#

with the ThemeAttributes plugin

smoky swift
#

oh

#

i was thinking "maybe this should be added to themeattributes"

#

i guess i didn't have it enabled

weary marsh
#

whatever ucall them

smoky swift
#

guh

#

i thought i had the thing turned on

faint wraith
#

I dont think this works

light elm
#

it breaks your own profile (first is without, 2nd is with)

#

but theme attributes works fine

#

so nvm

#

just switched to that

bleak tree
#

~~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;
}```
dire wolf
#

hm 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.

light elm
#

it works for me still

bleak tree
#
[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