I read this is a new “feature” they’ve been testing for at least 2 years now on some users unfortunately my time has come, So you might not seeing this but you will in the future

  • Canadian_Cabinet
    link
    fedilink
    English
    50
    edit-2
    13 hours ago

    There’s a ublock filter you can use to make them small again. I’ll post the code once I get home.

    ! Changing the amount of videos per row
    youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 6 !important;)
    youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-posts-per-row: 6 !important;)
    
    ! Using full page width for video grids
    youtube.com##ytd-two-column-browse-results-renderer.grid-6-columns:style(width: 100% !important;)
    youtube.com##ytd-two-column-browse-results-renderer.grid:not(.grid-disabled):style(max-width: 100% !important;)
    

    I have it set up for 6 per row but you can change the number to be whatever you want.