site banner

Bugs, Suggestions, Small Comments, And Site News

Have you found a problem in the site? Do you want to make a suggestion on improvement? Do you just want to say "hi everyone"? Post it here!

If you'd like to help with development, check out the Github and the dev Discord. We have a practically infinite list of small things that need to be fixed or changed.

24
Jump in the discussion.

No email address required.

On desktop ultrawide screens, the site currently has no maximum width limit, unlike actual reddit. This makes reading on such screens more challenging given each line spans the whole width.

Compare:

https://i.imgur.com/TBxbeeY_d.webp?maxwidth=9999&fidelity=high

https://i.imgur.com/Je2njej_d.webp?maxwidth=9999&fidelity=high

I suggest adding a fixed width limit.

You could set a custom max-width in css

.container {max-width: [your preferred value]; }