this post was submitted on 08 Sep 2024
641 points (97.6% liked)

Greentext

3987 readers
1779 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 11 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] boonhet@lemm.ee 7 points 1 week ago (1 children)

since “mobile-friendly” was non-existent.

And now everything is mobile-first.

WIsh we could go back to the time where mobile-friendly was a thing, but using a desktop browser was a valid option too.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 week ago (1 children)

What sites are you having issues with on a desktop? I find pretty much everything is desktop first, and most are mobile-friendly. But maybe it's the sites we visit.

[–] FozzyOsbourne@lemm.ee 4 points 1 week ago (1 children)

Every website that's mainly for displaying text (think into pages, blogs, Q&A) assumes your browser window is portrait like a phone screen. If I have widened my window I want the text to reach the edges, not float in a central column with masses of useless whitespace either side.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 week ago (1 children)

That has nothing to do with phones and everything to do with readability. It turns out, people have trouble reading overly long lines of text, so website developers tend to limit text to a certain width. It's also a little bit of carryover to pre-responsive design when websites had to work well on 800x600 desktop screens, as well as 1080p screens, but that hasn't really been a thing for many years now.

I like the second answer here:

I agree with the user Jared Farrish: it's to make the content more readable. If a paragraph spans the entire width of the browser window, it can be taxing on the eye to move from the end of one line to the start of the next line if the paragraph takes up many pixels in width. Many websites tend to limit the width of the page for this reason. In addition, some Web sites use media queries to change the font size if the user's browser window width is very large.

[–] FozzyOsbourne@lemm.ee 1 points 1 week ago

Well I disagree, because I find having to scroll up and down more often makes it less readable, and if I wanted it to be thin I'd make the browser window thin. Return to 90s websites where the site just gives you the info and how to display it is left entirely to the browser and the user.