Youtube is rolling out this horrible UI change where the sidebar video recommendations are oversized and distracting, making the titles more likely to get truncated.
This is how it used to look:
And this is the new look:
I wrote up a hotfix for it with my limited knowledge, but there's some slight misalignment. Would appreciate a more refined fix.
#secondary.ytd-watch-flexy {
--ytd-watch-flexy-sidebar-width: 402px;
}
#items .yt-lockup-view-model__content-image {
width: 168px !important;
}
Result:

Youtube is rolling out this horrible UI change where the sidebar video recommendations are oversized and distracting, making the titles more likely to get truncated.
This is how it used to look:
And this is the new look:
I wrote up a hotfix for it with my limited knowledge, but there's some slight misalignment. Would appreciate a more refined fix.
Result: