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.
deleted by creator
It just says this there’s no deny. I’m not gonna use the subscriptions there.
deleted by creator
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.
Retvrn to table based layouts
🤢
World’s strongest CSS frontend developer
Looks fine to me, but I’m backendsighted
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.