I think if I were able to make one change to the website it would be one more toggle. Being able to move the profile stuff from the left to the right. At least on desktop. I'd like all my stuff in one spot basically and it would be where the account stuff was originally. All I ask now is that.
Surprisingly I wont bitch about mobile because finally. A decent fucking UI. Where was this all that time?

Responses

In response to blip #133838

Critical_Stiban said:
I think if I were able to make one change to the website it would be one more toggle. Being able to move the profile stuff from the left to the right. At least on desktop. I'd like all my stuff in one spot basically and it would be where the account stuff was originally. All I ask now is that.
Surprisingly I wont bitch about mobile because finally. A decent fucking UI. Where was this all that time?

It's genuinely kinda difficult to do.
With the wiki excerpt and forum notifications, it's fairly straightforward: if it's disabled in the settings, then just don't display it.
With the profile button... well, a bunch of stuff has to get moved around.

How about I meet you in the middle.
I'll add a new profile button to the left of the "Artists" in the navbar that is hidden by default, and you can re-enable it using some custom CSS.

In response to blip #133838

Critical_Stiban said:
I think if I were able to make one change to the website it would be one more toggle. Being able to move the profile stuff from the left to the right. At least on desktop. I'd like all my stuff in one spot basically and it would be where the account stuff was originally. All I ask now is that.
Surprisingly I wont bitch about mobile because finally. A decent fucking UI. Where was this all that time?

Try adding this to your custom css

/*modify the number for what you want*/
.nav-controls > a > span {position:relative; right:900px}

You meant right to left right?