If you previously preferred browsing old.reddit for its compact and information dense web layout, you should know that this theme can be replicated for Lemmy using monkey scripts.
For more information on installing browser extensions to use scripts linked by this post, checkout:
- https://greasyfork.org
- https://violentmonkey.github.io/
- Recommend given recent context:
- https://news.ycombinator.com/item?id=34830903
Very nice. I don’t understand the paradigm where everything is spaced out and there’s useless sidebars wasting space.
I general why does there have to be static sidebars that are rarely used. It causes the content body to be squeezed into tiny space. I will use the left menus when necessary which is not every single page view. In particular the right panel on lemmy and reddit have become cognitive blindspots. I will read the board description and decide to (or not to) click subscribe once. Otherwise it’s like how my brain ignores my own nose.
Why did web design become this way?
I general why does there have to be static sidebars that are rarely used. It causes the content body to be squeezed into tiny space.
I think the rationale is that most people use widescreen monitors nowadays, so if you allow the content part to run across the entire width of the screen, it becomes ugly and hard to read. Therefore the middle section gets a limited or fixed width, which in turn then creates two empty columns to the sides that designers are then tempted to fill up with “useful” stuff.
You can try this yourself: paste a long line of text into a notepad window and maximize the window. It is much harder on your eyes to read and focus on the text than if you resized the window to a more reasonable width where the text gets broken up into several lines.
I’m not against this design paradigm per se, but the content width reduction is often overdone, leading to a squeezed feeling like you say. It can also create problems if you have a habit of not using maximized browser windows, but for example a window tiled to one half of the screen. Some of the better sites work around this by having a reactive design that reduces, collapses or removes the sidebars when the window is narrower than a certain width, but many sites don’t.
these are excellent, though it is missing a little padding to the right of the thumbnail for me using
old.reddit.compact.user.js
. But it brings up usability for me.I wonder if lemmy will have a theme engine eventually. Or an old-reddit theme…
Check out this issue:
It does have a theme engine. It uses bootstrap v4 theme files. Problem is, bootstrap is now on v5 and the themes generated by bootstrap.build are not compatible with v4.
So we need some good themers to show up. :) (And maybe some good UI people as well)