WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

974

If I remember correctly - and I'm not saying I do - you used the be able to click the sub title at the top of the side bar (from within the sub) to go back to the main page. Did I hallucinate that or did that function go away?

If I remember correctly - and I'm not saying I do - you used the be able to click the sub title at the top of the side bar (from within the sub) to go back to the main page. Did I hallucinate that or did that function go away?

(post is archived)

[–] [deleted] 2 pts

Yes i thought this aswell, its kind of shitty now.

[–] 0 pt

The only way I know to get back to the root of the sub is to click any of "hot" "new" "pop" or "top".

[–] 0 pt

It was great for posting more than one link into a sub, back-to-back.

[–] 1 pt

If you're losing your mind I am too.

[–] 1 pt

Whew. Glad I'm not alone.

[–] 1 pt

Yeah I noticed that there was no where to click and now have to delete the URL down to the sub if I want to get back which is exactly how I want a website to work.

[–] 1 pt

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;
}

[–] 1 pt

This is likely a bug, so may want to mention it in just in case.

Great idea. I'll link this main post there.

[–] 0 pt

Like all good things, gone but never forgotten!

[–] 0 pt

Yes that was a thing. It was removed.

https://i.ibb.co/rFHMdmM/image.png

fix this. It's very hurtful.

Also besides this, yes you are losing your mind. So take the med goy.

[–] 1 pt

It's fixed! check before making useless demands.

[–] 0 pt

check before making useless demands.

Do you know you're speaking to?

/ seems like it will work better.

[–] 0 pt

So take the med goy.

Which one?

You can still click the sub title in the middle at the top, or "hot" "new" etc....

You are correct on this but you still might be losing your mind.

[–] 0 pt

You can still click the sub title in the middle at the top, or "hot" "new" etc

That's the workaround I've been using.