The Best Style that I had made XD and I share you.
3 rows Watch Later Playlists by marurunk

Details
Authormarurunk
LicenseNo License
Categoryyoutube
Created
Updated
Code size1.1 kB
Code checksum846a71e6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 3 rows Playlist Watch later Youtube
@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;
}
}