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.
chapotraphouse
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Slop posts go in c/slop. Don't post low-hanging fruit here.
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.
Looks fine to me, but I'm backendsighted
Retvrn to table based layouts
🤢
World's strongest CSS frontend developer
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.