It is just like the issue with the 'NEW" button at the top for sorting order that corrected. The sub name on the top right bar is still a link, but it isn't clickable because the "pointer-events" attribute is set to "none" instead of "auto".
This is likely a bug, so may want to mention it in just in case.
As a workaround (in case it isn't a bug), you can use custom CSS via a browser extension like Stylus (not Stylish, that one steals personal info) and you can change it to be "auto" so it can be clicked again. Adding this to your CSS for this site will make it clickable again to return to the main sub page.
div.sidebarlists.head
{
pointer-events: auto;
}
This is likely a bug, so may want to mention it in just in case.
Great idea. I'll link this main post there.
(post is archived)