Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. #page-manager.ytd-app {
  2. margin-top: var(--ytd-masthead-height, 40px);
  3. }
  4. #contents.ytd-rich-grid-renderer{
  5. --ytd-rich-grid-items-per-row: 6;
  6. --ytd-rich-grid-posts-per-row: 6;
  7. --ytd-rich-grid-movies-per-row: 4;
  8. width: 85% !important;
  9. display: var(--layout-horizontal_-_display);
  10. -ms-flex-direction: var(--layout-horizontal_-_-ms-flex-direction);
  11. -webkit-flex-direction: var(--layout-horizontal_-_-webkit-flex-direction);
  12. flex-direction: var(--layout-horizontal_-_flex-direction);
  13. justify-content: flex-start;
  14. }
  15.  
  16. ytd-rich-item-renderer
  17. {
  18. margin-right: 4px;
  19. margin-left: 4px;
  20. display: inline-block;
  21. margin-bottom: 24px;
  22. }
  23.  
  24. #video-title.ytd-rich-grid-video-renderer{
  25. display: -webkit-box;
  26. max-height: 3.2rem;
  27. -webkit-box-orient: vertical;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: normal;
  31. -webkit-line-clamp: 2;
  32. font-size: 1.4rem;
  33. font-weight: 500;
  34. line-height: 1.6rem;
  35. }
  36. #title.ytd-rich-grid-renderer {
  37. color: var(--yt-spec-text-primary);
  38. display: block;
  39. max-height: 2rem;
  40. overflow: hidden;
  41. font-size: 1.6rem;
  42. font-weight: 500;
  43. line-height: 2rem;
  44. margin-left: 5%;
  45. }
  46.  
  47.  
  48. #title-container.ytd-rich-grid-renderer {
  49. color: var(--yt-spec-text-primary);
  50. height: 2rem;
  51. display: var(--layout-horizontal_-_display);
  52. -ms-flex-direction: var(--layout-horizontal_-_-ms-flex-direction);
  53. -webkit-flex-direction: var(--layout-horizontal_-_-webkit-flex-direction);
  54. flex-direction: var(--layout-horizontal_-_flex-direction);
  55. -ms-flex-align: center;
  56. -webkit-align-items: center;
  57. align-items: center;
  58. }
  59.  
  60. #avatar-link{ display:none }
  61.  
  62. .ytd-video-meta-block {
  63. color: var(--ytd-metadata-line-color, var(--yt-spec-text-secondary));
  64. max-width: 100%;
  65. max-height: 3.6rem;
  66. overflow: visible;
  67. font-size: 1.3rem;
  68. font-weight: 400;
  69. line-height: 1.8rem;
  70. text-transform: none;
  71. display: flex;
  72. -ms-flex-wrap: wrap;
  73. -webkit-flex-wrap: wrap;
  74. flex-wrap: wrap;
  75. }
  76.  
  77.  
  78. ytd-channel-name {
  79. font-size: 1.2rem !important;
  80. }
  81.  
  82. ytd-app {
  83. --app-drawer-width: 240px;
  84. --app-drawer-content-container_-_background-color: var(--yt-main-app-background);
  85. background: var(--yt-main-app-background);
  86. display: block;
  87. left: 0;
  88. min-height: 100%;
  89. position: absolute;
  90. right: 0;
  91. top: 0;
  92. }
  93. ytd-browse {
  94. overflow: hidden;
  95. display: flex;
  96. -ms-flex-direction: column;
  97. -webkit-flex-direction: column;
  98. flex-direction: column;
  99. -ms-flex-align: center;
  100. -webkit-align-items: center;
  101. align-items: center;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement