Skip to content

3 rows Watch Later Playlists by marurunk

Screenshot of 3 rows Watch Later Playlists

Details

Authormarurunk

LicenseNo License

Categoryyoutube

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The Best Style that I had made XD and I share you.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dinamic Playlists | Watch Later 3-2 rows
@version      20240121.05.11
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/playlist") {
#contents > ytd-playlist-video-list-renderer > #contents{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.4rem;
}

@media only screen and (min-aspect-ratio: 1 / 1) {
#contents > ytd-playlist-video-renderer {
    width: 49%;
}
}
@media only screen and (min-aspect-ratio: 1.8 / 1) {
#contents > ytd-playlist-video-renderer {
    width: 32%;
}
}


ytd-section-list-renderer:not([hide-bottom-separator]):not([page-subtype="history"]):not([page-subtype="memberships-and-purchases"]):not([page-subtype="ypc-offers"]):not([live-chat-engagement-panel]) #contents.ytd-section-list-renderer > .ytd-section-list-renderer:not(:last-child):not(ytd-page-introduction-renderer):not([item-dismissed]):not([has-destination-shelf-renderer]):not(ytd-minor-moment-header-renderer):not([has-section-group-view-model]) {
    border-bottom: 0px hidden;
}
}

Reviews

No reviews yet.