FriendsOfFlarum / socialprofile

Add custom social media pages to your user profile
MIT License
13 stars 8 forks source link

Change className generation and mismatched classNames #16

Closed davwheat closed 3 years ago

davwheat commented 3 years ago

This PR converts the messy string interpolation and concatenation to flarum/utils/classList calls. I've also added a couple extra classes to help with styling, as well as fixing some class names which deviate from the format Flarum use.

Styling has been converted to proper Less, compared to the compiled CSS which was present before.

image

image

I would have split this PR up, but as I'm fixing classNames, it'd make PR'ing the updated styles harder as they'd need to match the old classes, new classes, or both.