Inb4 youtube is bad for a million other reasons. Yes I know, most of them are ameliorated by extremely heavy adblocking, that’s not what this is about.
In the last couple days, youtube has completely forgotten how to format a basic grid layout. Look at those inconsistent gaps between thumbnails, look at those misaligned columns, what the fuck is going on here?
I stopped using it after they asked history to be on. For me now the page is empty. I just use freetube. Solid app. Just my subscriptions.
you can just deny the ask and still use subscriptions. but Freetube is pretty slick ngl so fair enough
It just says this there’s no deny. I’m not gonna use the subscriptions there.
yeah you just, don’t turn it back on, that page doesn’t do anything it just doesn’t give you a homepage with algorithmic recommendeds, you have to click on subscriptions to get to your subscriptions.
but freetube is superior so you got the right idea anyhow lmao. I’m one of those weird nerds who watches most of my youtube through youtube-dl (well, yt-dlp now)
I don’t like the subscriptions shit anyway. I use ytdlp for a lot of things.
The entire corporate internet is seemingly breaking
It always is at all times
Blocked ads causing misalignment?
The ablockers haven’t changed, maybe youtube’s ad embedding has
Pretty sure it’s this.
World’s strongest CSS frontend developer
Looks fine to me, but I’m backendsighted
Retvrn to table based layouts
🤢
I REPLACED MY TOOTHPASTE WITH CUM
I try to keep my cursor in those channels as I scroll so that nothing plays while it assumes I’m hovering. I bet those hovers count as plays and this makes engagement look higher.
What I suspect is happening here is that it’s using a flexbox instead of a grid. I’m guessing it has a flex direction of row (horizontal left to right), uses flex wrap, and has each video thumbnail have a flex basis to keep them around the same size. It probably makes it easier to look good enough at most screen sizes without needing to have a bunch of media queries change the number of columns at different screen sizes, at the cost of things not always being perfectly aligned. Probably a good tradeoff compared to the alternative tbh.