Skip to content

Youtube Wide List View by zoranravic

Details

Authorzoranravic

LicenseNo License

CategoryYouTube

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

By default youtube only shows 6 videos per row on subscriptions page, this leaves a lot of empty space on the sides, especially on 1440p and 4k monitors.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Youtube Wide List View
@namespace      www.youtube.com
@version        1.0.0
@description    Youtube Wide List View
@author         Zoran Ravic
==/UserStyle== */

@-moz-document domain("www.youtube.com") {

ytd-two-column-browse-results-renderer.ytd-browse
{
    max-width: initial !important;
    min-width: calc(100% - 160px) !important;
}

}

Reviews

No reviews yet.