aprzn123 / TheThirdCan

A browser extension designed to improve https://twocansandstring.com
MIT License
7 stars 4 forks source link

Add forum appearance restoration option #45

Closed roxwize closed 1 year ago

roxwize commented 1 year ago

This adds an option in configuration to restore the way the forum homepage looked before it got modified. In the event that the forum thread pages are archived it might be necessary to take further steps to restore the look as it takes its appearance from the /things/ page. I have the current stylesheets from November 2022 archived, though, so if this does happen it shouldn't be that big of a deal.

aprzn123 commented 1 year ago

Something feels off to me - did the forum home page not have this same dark-gray bar at the top? (first image: forum home; second image: subforum)

image

image

roxwize commented 1 year ago

No, it didn't. I had noiwillnot send me a screenshot of how it looked before the change and the top bar was not black. If you feel the need to remove the inline styles to make it black again for consistency though then feel free to do so.

aprzn123 commented 1 year ago

Can you send that screenshot? Because something still feels off but I can't quite put my finger on it

roxwize commented 1 year ago

aprzn123 commented 1 year ago

Oh I think the issue is that the number columns should be left-aligned but you have them centered. Can you try changing that and see if it fixes it?

HumanoidSandvichDispenser commented 1 year ago

Could you cherry pick commits for the forum appearance into one branch and fourth API to another? It will be easier to review and merge each one separately and resolve merge conflicts on local repositories in case there will be one. Thanks.

aprzn123 commented 1 year ago

Could you cherry pick commits for the forum appearance into one branch and fourth API to another? It will be easier to review and merge each one separately and resolve merge conflicts on local repositories in case there will be one. Thanks.

I can manage fine, it's a bit larger scope than might be preferable but this is a small project anway

aprzn123 commented 1 year ago

One more thing--I'm not an expert with CSS, but is there an easy way to get this to wrap on the larger scale instead of on each individual username? image

roxwize commented 1 year ago

Check now.