Skip to content

Youtube (2024 old) layout by arthurkulchenko

Details

Authorarthurkulchenko

LicenseNo License

Categoryyoutube.com

Created

Updated

Size477 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a prevous version like layout for Youtube were comments on the left with a greater width then right side column with a Youtube suggestions

Notes

Works only with theater player mode

Source code

/* ==UserStyle==
@name       youtube (2024 old) layout
@version    20240421.14.04
@namespace  ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
.ytd-page-manager > div:nth-of-type(5) {
   display: flex !important;
  flex-direction: row-reverse !important;
}

.ytd-rich-grid-renderer .ytd-rich-grid-row {
  display: flex;
  flex-direction: column;
}

#primary.ytd-watch-grid {
  min-width: 25%;
}

#secondary.ytd-watch-grid {
  width: 100%;
}
}

Reviews

No reviews yet.