Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ytd-rich-grid-renderer > div#contents.style-scope.ytd-rich-grid-renderer {
  2. padding-left:100px;
  3. max-width: calc(100% - 200px);
  4. }
  5.  
  6. div#grid-header.style-scope.ytd-rich-grid-renderer {
  7. padding-left: 100px;
  8. max-width: calc(100% - 200px);
  9. margin-left: 0;
  10. }
  11.  
  12. h3.style-scope.ytd-rich-grid-video-renderer {
  13. margin-top: 5px;
  14. }
  15.  
  16. ytd-rich-item-renderer {
  17. margin-right: 4px;
  18. margin-left: 0;
  19. display: inline-block;
  20. width: 210px;
  21. margin-bottom: 24px;
  22. }
  23.  
  24. a#video-title.yt-simple-endpoint.style-scope.ytd-rich-grid-video-renderer {
  25. font-size: 1.4rem;
  26. }
  27.  
  28. div#metadata *{
  29. font-size: 1.3rem!important;
  30. }
  31.  
  32. a#avatar-link {
  33. display: none;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement